Skip to content

Commit

Permalink
♻️ cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
  • Loading branch information
pcaversaccio committed Nov 6, 2023
1 parent 827a03e commit 1b9bd3d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 👮‍♂️ Sanity checks

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

concurrency:
group: ${{github.workflow}}-${{github.ref}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 🕵️‍♂️ Test TORN detector

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

concurrency:
group: ${{github.workflow}}-${{github.ref}}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"test": "mocha --exit --recursive 'test/**/*.test.ts'",
"prettier:check": "npx prettier -c **/*.{cjs,ts,md,json,yml,yaml}",
"prettier:fix": "npx prettier -w **/*.{cjs,ts,md,json,yml,yaml}",
"lint:check": "npm run prettier:check && npx eslint --ext .ts .",
"lint:fix": "npm run prettier:fix && npx eslint --ext .ts . --fix"
"lint:check": "pnpm prettier:check && npx eslint --ext .ts .",
"lint:fix": "pnpm prettier:fix && npx eslint --ext .ts . --fix"
},
"devDependencies": {
"@types/chai": "^4.3.9",
Expand Down

0 comments on commit 1b9bd3d

Please sign in to comment.