Skip to content

Commit

Permalink
fix: 💚 incorrect env var
Browse files Browse the repository at this point in the history
Signed-off-by: Newton <5769156+iamnewton@users.noreply.github.com>
  • Loading branch information
iamnewton committed Oct 23, 2024
1 parent 2e1ba75 commit a9495e1
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,29 +27,28 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
IGNORE_GITIGNORED_FILES: true
LINTER_RULES_PATH: /
# CSS_FILE_NAME: "${DEFAULT_WORKSPACE}/stylelint.config.js"
CSS_FILE_NAME: "stylelint.config.js"
# EDITORCONFIG_FILE_NAME: ".editorconfig-checker.json"
# FIX_CSS_PRETTIER: true
FIX_CSS_PRETTIER: true
FIX_ENV: true
FIX_GRAPHQL_PRETTIER: true
FIX_HTML_PRETTIER: true
FIX_JAVASCRIPT_PRETTIER: true
FIX_JSON_PRETTIER: true
FIX_JSX_PRETTIER: true
FIX_MARKDOWN_PRETTIER: true
FIX_SHELL_SHFMT: true
FIX_TSX: true
FIX_TYPESCRIPT_PRETTIER: true
FIX_YAML_PRETTIER: true
# GITHUB_ACTIONS_CONFIG_FILE: "${DEFAULT_WORKSPACE}/actionlint.yml"
# GITLEAKS_CONFIG: "${DEFAULT_WORKSPACE}/.gitleaks.toml" # Path to your Gitleaks config if you have one
# GITHUB_ACTIONS_CONFIG_FILE: "actionlint.yml"
# GITLEAKS_CONFIG: ".gitleaks.toml" # Path to your Gitleaks config if you have one
JAVASCRIPT_ES_CONFIG_FILE: "eslint.config.js"
# MARKDOWN_CONFIG_FILE: ".markdown-lint.yml"
# NATURAL_LANGUAGE_CONFIG_FILE: "textlintrc.js"
PRETTIER_CONFIG: "prettier.config.js"
TYPESCRIPT_ES_CONFIG_FILE: "eslint.config.js"
TYPESCRIPT_STANDARD_TSCONFIG_FILE: "tsconfig.json"
# VALIDATE_CSS_PRETTIER: true
VALIDATE_CSS_PRETTIER: true
VALIDATE_DOCKERFILE: true
VALIDATE_EDITORCONFIG: true
VALIDATE_ENV: true
Expand Down

0 comments on commit a9495e1

Please sign in to comment.