Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ziqian zhang
Grasscutter
Commits
6e35625f
Commit
6e35625f
authored
Aug 23, 2022
by
AnimeGitB
Browse files
Make lint workflows ignore generated folder
But run them on linter and workflow changes
parent
36b71d01
Changes
2
Hide whitespace changes
Inline
Side-by-side
.github/workflows/language_lint.yml
View file @
6e35625f
...
...
@@ -3,15 +3,19 @@ on:
workflow_dispatch
:
~
push
:
paths
:
-
"
**.java"
-
"
.github/workflows/**"
-
"
src/main/**.java"
-
"
**.json"
-
"
manage_languages.py"
branches
:
-
"
stable"
-
"
development"
pull_request
:
paths
:
-
"
**.java"
-
"
.github/workflows/**"
-
"
src/main/**.java"
-
"
**.json"
-
"
manage_languages.py"
types
:
-
opened
-
synchronize
...
...
.github/workflows/lint_commit.yml
View file @
6e35625f
...
...
@@ -3,8 +3,12 @@ on:
workflow_dispatch
:
~
push
:
paths
:
-
"
**.java"
-
"
.github/workflows/**"
-
"
src/main/**.java"
-
"
**.json"
-
"
build.gradle"
-
"
format_whitespace.py"
-
"
manage_languages.py"
branches
:
-
"
development"
jobs
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment