Skip to content

Commit

Permalink
chore(gh-actions): add minor improvements to auto-check workflow (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
plastikfan committed Apr 18, 2023
1 parent 05a8359 commit bf2c96d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/auto-check-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,13 @@ jobs:
run: |
. ./scripts/automate-checklist.sh
auto-check
shell: bash

- name: Self destruct
- name: Clean up redundant scripts
run: |
rm -fv .github/workflows/auto-check-workflow.yml 2>/dev/null
rm -fv ./scripts/automate-checklist.sh 2>/dev/null
shell: bash

- name: Add files and commit changes
run: |
Expand Down

0 comments on commit bf2c96d

Please sign in to comment.