-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into feat/language-switching
- Loading branch information
Showing
7 changed files
with
830 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,26 +35,13 @@ jobs: | |
- name: Checkout Code Repository | ||
uses: actions/[email protected] | ||
with: | ||
# Full git history is needed to get a proper | ||
# list of changed files within `super-linter` | ||
fetch-depth: 0 | ||
|
||
- name: Lint Code Base | ||
uses: super-linter/super-linter/[email protected] | ||
env: | ||
VALIDATE_ALL_CODEBASE: false | ||
VALIDATE_SHELL_SHFMT: false | ||
VALIDATE_JSCPD: false | ||
VALIDATE_CSS: false | ||
VALIDATE_EDITORCONFIG: false | ||
VALIDATE_MARKDOWN: false | ||
# TODO: hadolint can be activated after this PR is accepted, merged and a new version is tagged https://github.com/github/super-linter/pull/3500 | ||
VALIDATE_DOCKERFILE_HADOLINT: false | ||
LINTER_RULES_PATH: / | ||
JAVASCRIPT_DEFAULT_STYLE: prettier | ||
TYPESCRIPT_DEFAULT_STYLE: prettier | ||
TYPESCRIPT_ES_LINTER_RULES: .eslintrc.json | ||
TYPESCRIPT_STANDARD_TSCONFIG_LINTER_RULES: tsconfig.json | ||
LOG_LEVEL: ERROR | ||
DEFAULT_BRANCH: ${{ github.event.repository.default_branch }} | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
- uses: pnpm/[email protected] | ||
with: | ||
version: 8 | ||
|
||
- name: Run linter | ||
run: | | ||
pnpm install | ||
pnpm lint |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.