Skip to content

Commit

Permalink
Update linter-js.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldpaek committed Jul 19, 2023
1 parent c931435 commit f106b98
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/linter-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Lint JS

on:
pull_request:
branches: [github-actions-implement-eslint-1442]
branches: [gh-pages]
push:
branches: [github-actions-implement-eslint-1442]
branches: [gh-pages]

jobs:
build:
Expand All @@ -21,13 +21,13 @@ jobs:

# Run Linter against code base #
- name: Lint JS
uses: super-linter/super-linter@v5
uses: github/super-linter@v5.0.0
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: gh-pages
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}


LINTER_RULES_PATH: /
CSS_FILE_NAME: .eslint.json
JAVASCRIPT_ES_CONFIG_FILE: .eslintrc.json
VALIDATE_JAVASCRIPT_ES: true

0 comments on commit f106b98

Please sign in to comment.