Skip to content

Commit

Permalink
Security fix
Browse files Browse the repository at this point in the history
Security fix, optimized CI action
  • Loading branch information
ChrisUser committed Feb 23, 2023
2 parents 09ac131 + 344ec13 commit e7a79f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ env:

jobs:
build-and-test:
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
runs-on: ubuntu-latest
steps:
- name: Full-check repository
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
"@types/react-dom": "^18.0.10",
"typescript": "^4.9.5"
},
"resolutions": {
"nth-check": "2.0.1"
},
"homepage": ".",
"postcss": {
"plugins": {
Expand Down

0 comments on commit e7a79f3

Please sign in to comment.