Commit 24e9c55a authored by AnimeGitB's avatar AnimeGitB Committed by memetrollsXD
Browse files

Fix build_lint workflow

parent a1f1af59
...@@ -18,7 +18,9 @@ jobs: ...@@ -18,7 +18,9 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v3
- name: Fetch LintRatchet
run: git fetch origin LintRatchet:LintRatchet
- name: Setup Java - name: Setup Java
uses: actions/setup-java@v3 uses: actions/setup-java@v3
with: with:
......
...@@ -10,12 +10,10 @@ jobs: ...@@ -10,12 +10,10 @@ jobs:
Build-Server-Jar: Build-Server-Jar:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout LintRatchet - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v3
with: - name: Fetch LintRatchet
ref: LintRatchet run: git fetch origin LintRatchet:LintRatchet
- name: Checkout branch
uses: actions/checkout@v2
- name: Setup Java - name: Setup Java
uses: actions/setup-java@v3 uses: actions/setup-java@v3
with: with:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment