Skip to content

Commit

Permalink
Rename lint_commit's job, don't fail on no changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Birdulon committed Aug 21, 2022
1 parent e38c625 commit 30b20c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint_commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
branches:
- "development"
jobs:
Build-Server-Jar:
Make-Lint-Commits:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -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
Expand Down

0 comments on commit 30b20c8

Please sign in to comment.