Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ on:
default: ""
type: string
description: Regex filter of path to exclude
fix:
required: false
default: false
type: boolean
description: Fix linting and formatting issues

permissions:
contents: read
Expand All @@ -42,3 +47,12 @@ jobs:
VALIDATE_JSCPD: false
VALIDATE_BIOME_FORMAT: false
VALIDATE_GITHUB_ACTIONS_ZIZMOR: false
FIX_CSS: ${{ inputs.fix }}
FIX_JSON: ${{ inputs.fix }}
FIX_JSONC: ${{ inputs.fix }}
FIX_MARKDOWN: ${{ inputs.fix }}
FIX_NATURAL_LANGUAGE: ${{ inputs.fix }}
FIX_TSX: ${{ inputs.fix }}
FIX_JAVASCRIPT_PRETTIER: ${{ inputs.fix }}
FIX_TYPESCRIPT_PRETTIER: ${{ inputs.fix }}
FIX_YAML_PRETTIER: ${{ inputs.fix }}