Commit 30b20c86 authored by AnimeGitB's avatar AnimeGitB
Browse files

Rename lint_commit's job, don't fail on no changes

parent e38c6251
......@@ -8,7 +8,7 @@ on:
branches:
- "development"
jobs:
Build-Server-Jar:
Make-Lint-Commits:
runs-on: ubuntu-latest
steps:
- name: Checkout
......@@ -31,7 +31,7 @@ jobs:
- run: git checkout LintRatchet
# - run: git merge development
- run: git reset --hard development
- run: git stash pop
- run: git stash pop || true
- name: Commit any whitespace changes
run: git add -u && git commit -m 'Fix whitespace [skip actions]' || true
- name: Update Languages
......
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