diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 1afce9e..2c98577 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -5,7 +5,7 @@ on: push: branches: [main] -job: +jobs: prettier: name: Prettier steps: @@ -13,6 +13,6 @@ job: uses: actions/checkout@v4 - name: Run prettier - - uses: pre-commit/action@v3.0.1 + uses: pre-commit/action@v3.0.1 with: extra_args: prettier