Skip to content

Commit

Permalink
feat(linter): add mega linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Atineon committed Jan 12, 2025
1 parent 73a63bc commit 18641f8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,12 @@ jobs:
passphrase: ${{ secrets.PASSPHRASE }}
trust_level: 5

- name: Prepare commit
if: steps.megalinter.outputs.has_updated_sources == 1
run: sudo chown -Rc $UID .git/

- name: Sign commit and push changes
if: steps.megalinter.outputs.has_updated_sources == 1
run: |
git add .
git commit -S -m "[MegaLinter] Apply linters fixes"
Expand Down

0 comments on commit 18641f8

Please sign in to comment.