Skip to content

Commit

Permalink
use Docker run command for linter
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddewie committed May 11, 2024
1 parent a681584 commit dd911a4
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,8 @@ jobs:
scripts/indexes.py --notexist > /dev/null &&
scripts/indexes.py --null > /dev/null &&
scripts/indexes.py --null > /dev/null
# - name: Validate conformation to editorconfig
# run: bin/editorconfig-checker
- name: MegaLinter
uses: oxsecurity/megalinter@v7
env:
VALIDATE_ALL_CODEBASE: true
APPLY_FIXES: true
EDITORCONFIG: 'EDITORCONFIG'
FILEIO_REPORTER: false
SHOW_ELAPSED_TIME: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Validate conformation to editorconfig
run: docker run --rm --volume $PWD:/check mstruebing/editorconfig-checker

import:
needs: [syntax]
Expand Down

0 comments on commit dd911a4

Please sign in to comment.