Skip to content

Commit

Permalink
feat: code-style (devhatt#213)
Browse files Browse the repository at this point in the history
Aproved by me, reclama dps
  • Loading branch information
juliaam authored and DominMFD committed May 8, 2024
1 parent 7305fe2 commit 83eceaa
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/code-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,3 @@ jobs:
files: ${{ steps.changed-files.outputs.code_all_changed_files }}
run: pnpm exec eslint $files --report-unused-disable-directives --max-warnings 0 --output-file eslint_report.json --format json
continue-on-error: true

- name: Annotate Code Linting Results
if: steps.changed-files.outputs.code_any_changed == 'true'
uses: ataylorme/eslint-annotate-action@v2
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
report-json: 'eslint_report.json'

- name: Upload ESLint report
if: steps.changed-files.outputs.code_any_changed == 'true'
uses: actions/upload-artifact@v4
with:
name: eslint_report.json
path: eslint_report.json

0 comments on commit 83eceaa

Please sign in to comment.