Skip to content

Commit

Permalink
addinganother linter
Browse files Browse the repository at this point in the history
  • Loading branch information
andgavavl committed Jul 2, 2024
1 parent a19c75f commit 26a0e3d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ name: Lint Code Base
# Start the job on all push #
#############################
on:
push:
branches-ignore: [main]
# Remove the line above to run when pushing to master

pull_request:
branches: [main]

Expand Down Expand Up @@ -44,7 +42,8 @@ jobs:
# Run Linter against code base #
################################
- name: Lint Code Base
uses: github/super-linter@v6
uses: super-linter/super-linter@v6.6.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_MARKDOWN: false
VALIDATE_MARKDOWN: true
VALIDATE_JAVASCRIPT_ES: true

0 comments on commit 26a0e3d

Please sign in to comment.