Skip to content

Commit

Permalink
chore: apply each files
Browse files Browse the repository at this point in the history
  • Loading branch information
9renpoto committed Jan 3, 2024
1 parent 22e07e9 commit aa5ade9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Run linter
run: deno lint

- run: deno task lint "posts/**"
- run: find posts -name '*.md' | xargs -I file deno task lint file

- name: Run tests
run: deno test -A --coverage=coverage
Expand Down

0 comments on commit aa5ade9

Please sign in to comment.