We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 192d1ee commit 0744413Copy full SHA for 0744413
.github/workflows/lint-unity-cs-dispatch.yaml
@@ -24,5 +24,6 @@ jobs:
24
with:
25
base-branch: ${{ github.ref }}
26
editorconfig-branch: ${{ github.event.repository.default_branch }}
27
+ # regex https://www.gnu.org/software/grep/manual/
28
include-paths: ${{ inputs.include-paths }}
- exclude-paths: ${{ inputs.exclude-paths }}
29
+ exclude-paths: ${{ inputs.exclude-paths }}
0 commit comments