diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 1afce9e..48ab827 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -5,14 +5,15 @@ on: push: branches: [main] -job: +jobs: prettier: name: Prettier + runs-on: ubuntu-latest steps: - name: Checkout-repository 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