Skip to content

Commit

Permalink
🤔
Browse files Browse the repository at this point in the history
  • Loading branch information
9renpoto committed Jan 3, 2024
1 parent 0e9052b commit 6733c38
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: find posts -name '*.md' | xargs -I file deno task lint file
- 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 6733c38

Please sign in to comment.