Skip to content

Commit

Permalink
Post release cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mmounirf committed Mar 28, 2024
1 parent ce188ca commit dca9bbb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Setup, build and deploy
name: deploy

on:
workflow_run:
workflows: ["Code quality check"]
workflows: ["quality"]
types:
- completed

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Code quality check
name: quality

on:
push:
Expand Down
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@
},
"[typescript]": {
"editor.defaultFormatter": "biomejs.biome"
},
"[json]": {
"editor.defaultFormatter": "biomejs.biome"
}
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "react-hand-gesture-recognition",
"description": "Hand gesture recognition using React and MediaPipe framework",
"author": "Mohamed Mounir <[email protected]> (https://mmounir.dev/)",
"homepage": "https://mmounirf.github.io/react-hand-gesture-recognition/",
"license": "MIT",
"version": "0.1.0",
"type": "module",
Expand Down

0 comments on commit dca9bbb

Please sign in to comment.