Skip to content

Commit

Permalink
Update lint workflow version
Browse files Browse the repository at this point in the history
  • Loading branch information
Natan Vieira do Nascimento committed Aug 24, 2023
1 parent 6477067 commit ea03691
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@ jobs:
fetch-depth: 0

- name: Lint Code Base
uses: github/super-linter@v4
uses: super-linter/super-linter@v5.2.1
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_TYPESCRIPT_ES: true
TYPESCRIPT_DEFAULT_STYLE: prettier
TYPESCRIPT_ES_CONFIG_FILE: .eslintrc.js
TYPESCRIPT_DEFAULT_STYLE: ts-standard/prettier
DEFAULT_BRANCH: "main"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ea03691

Please sign in to comment.