Skip to content

Bump @typescript-eslint/eslint-plugin from 5.59.7 to 6.4.1 #68

Bump @typescript-eslint/eslint-plugin from 5.59.7 to 6.4.1

Bump @typescript-eslint/eslint-plugin from 5.59.7 to 6.4.1 #68

Workflow file for this run

name: Prettier
on:
push:
branches: ['main']
pull_request:
branches: ['main']
workflow_dispatch:
jobs:
prettier:
name: Run prettier check
runs-on: ubuntu-latest
permissions:
contents: read
security-events: write
steps:
- uses: actions/checkout@v2 # Check out the repository first.
- uses: actionsx/prettier@v2
with:
# prettier CLI arguments.
args: --check .