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 7c11b82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ on:
push:
branches: [main]

job:
jobs:
prettier:
name: Prettier
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 7c11b82

Please sign in to comment.