Skip to content

Commit

Permalink
updated deno json
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfredo committed Dec 17, 2024
1 parent fb11da6 commit e5ba29a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Format, Lint and add changes
on:
pull_request:
types:
- ready_for_review
- opened
- edited
branches:
- main
push:
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"tasks": {
"test": "deno test -A",
"fmt": "deno fmt --check --ignore=*.md --ignore=*/*.md",
"fmt": "deno fmt",
"lint": "deno lint",
"dev-firefox": "node manifest/build-manifest.mjs firefox",
"dev-chrome": "node manifest/build-manifest.mjs chrome",
Expand Down

0 comments on commit e5ba29a

Please sign in to comment.