Skip to content

Commit

Permalink
🚧 (ci/cd): save linters output
Browse files Browse the repository at this point in the history
  • Loading branch information
ncvescera committed Oct 13, 2024
1 parent a62d5ed commit a5b098d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,13 @@ jobs:
# To report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DISABLE_ERRORS: true
SAVE_SUPER_LINTER_OUTPUT: true

- run: ls -l

- name: Annotate
uses: yuzutech/[email protected]
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
title: 'lint'
input: './superlinter.json'

0 comments on commit a5b098d

Please sign in to comment.