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
24e9c55a
Commit
24e9c55a
authored
Jul 11, 2022
by
AnimeGitB
Committed by
memetrollsXD
Jul 11, 2022
Browse files
Fix build_lint workflow
parent
a1f1af59
Changes
2
Hide whitespace changes
Inline
Side-by-side
.github/workflows/build.yml
View file @
24e9c55a
...
...
@@ -18,7 +18,9 @@ jobs:
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout
uses
:
actions/checkout@v2
uses
:
actions/checkout@v3
-
name
:
Fetch LintRatchet
run
:
git fetch origin LintRatchet:LintRatchet
-
name
:
Setup Java
uses
:
actions/setup-java@v3
with
:
...
...
.github/workflows/build_lint.yml
View file @
24e9c55a
...
...
@@ -10,12 +10,10 @@ jobs:
Build-Server-Jar
:
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout LintRatchet
uses
:
actions/checkout@v2
with
:
ref
:
LintRatchet
-
name
:
Checkout branch
uses
:
actions/checkout@v2
-
name
:
Checkout
uses
:
actions/checkout@v3
-
name
:
Fetch LintRatchet
run
:
git fetch origin LintRatchet:LintRatchet
-
name
:
Setup Java
uses
:
actions/setup-java@v3
with
:
...
...
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