Commit aa31851e authored by AnimeGitB's avatar AnimeGitB Committed by Luke H-W
Browse files

Make LintRatchet hard reset to development every run

parent 255d9824
...@@ -29,7 +29,8 @@ jobs: ...@@ -29,7 +29,8 @@ jobs:
# - name: Fetch this repo's LintRatchet branch # - name: Fetch this repo's LintRatchet branch
# run: git fetch origin LintRatchet:LintRatchet # run: git fetch origin LintRatchet:LintRatchet
- run: git checkout LintRatchet - run: git checkout LintRatchet
- run: git merge development # - run: git merge development
- run: git reset --hard development
- run: git stash pop - run: git stash pop
- run: git add -u - run: git add -u
- run: git commit -m 'Fix whitespace [skip actions]' - run: git commit -m 'Fix whitespace [skip actions]'
...@@ -37,4 +38,4 @@ jobs: ...@@ -37,4 +38,4 @@ jobs:
run: python manage_languages.py -u run: python manage_languages.py -u
- run: git add -u - run: git add -u
- run: git commit -m 'Update languages [skip actions]' - run: git commit -m 'Update languages [skip actions]'
- run: git push --set-upstream origin LintRatchet - run: git push --set-upstream --force origin LintRatchet
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