Skip to content

Commit

Permalink
chore: update validations
Browse files Browse the repository at this point in the history
Signed-off-by: Newton <[email protected]>
  • Loading branch information
iamnewton committed Oct 29, 2024
1 parent 5a4a289 commit 6409f07
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
# FIX_JAVASCRIPT_PRETTIER: true
# FIX_JSON_PRETTIER: true => turning this off til i figure out why its not respecting config
# FIX_JSX_PRETTIER: true
FIX_MARKDOWN_PRETTIER: true
# FIX_MARKDOWN_PRETTIER: true
# FIX_TSX: true
# FIX_TYPESCRIPT_PRETTIER: true
# FIX_YAML_PRETTIER: true => turning this off til i figure out why its not respecting config
Expand All @@ -70,9 +70,11 @@ jobs:
# VALIDATE_GRAPHQL_PRETTIER: true
# VALIDATE_HTML_PRETTIER: true
# VALIDATE_JAVASCRIPT_PRETTIER: true
VALIDATE_JSON_PRETTIER: true
VALIDATE_JSON: true
# VALIDATE_JSON_PRETTIER: true
# VALIDATE_JSX_PRETTIER: true
VALIDATE_MARKDOWN_PRETTIER: true
VALIDATE_MARKDOWN: true
# VALIDATE_MARKDOWN_PRETTIER: true
# VALIDATE_NATURAL_LANGUAGE: true
# VALIDATE_TSX: true
# VALIDATE_TYPESCRIPT_PRETTIER: true
Expand Down

0 comments on commit 6409f07

Please sign in to comment.