-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
👷 Automatically update the valid ruleset
- Loading branch information
1 parent
ce93acd
commit 4628206
Showing
3 changed files
with
9 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,14 @@ jobs: | |
- name: Test the valid example ruleset | ||
run: npx poltergust ./examples/valid | ||
|
||
- name: Commit updated valid ruleset | ||
run: | | ||
git config --global user.name 'poltergust' | ||
git config --global user.email '[email protected]' | ||
git commit -am "Auto-update valid ruleset" | ||
git push | ||
build-and-test-invalid-example: | ||
needs: build-and-test-valid-example | ||
runs-on: ubuntu-latest | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters