Skip to content

Commit

Permalink
[fix] codacy (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
rvalitov authored Mar 31, 2023
1 parent 5d0997a commit 24f3a1d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
uses: codacy/codacy-analysis-cli-action@master
with:
verbose: true
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
output: results.sarif
format: sarif
# Adjust severity of non-security issues
Expand All @@ -60,7 +61,7 @@ jobs:
codacy-analysis-cli:
name: Codacy Analysis CLI
runs-on: ubuntu-latest
if: github.event == 'push'
if: github.event_name == 'push'
steps:
- name: Checkout code
uses: actions/checkout@main
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ Thumbs.db
node_modules
coverage
screenshot.jpg
screenshot.png
Binary file removed screenshot.png
Binary file not shown.

0 comments on commit 24f3a1d

Please sign in to comment.