Skip to content

Commit

Permalink
Correct workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JimMadge committed May 20, 2024
1 parent f4b7b1c commit 5aa1589
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
uses: pre-commit/[email protected]
with:
extra_args: prettier

0 comments on commit 5aa1589

Please sign in to comment.