Skip to content

Commit

Permalink
fix workflows/format-lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
doug0102 committed Jan 26, 2024
1 parent 9f6de80 commit 4c67f28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/format-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name Shea Dougherty-Gill
git commit -a -m "Prettier formatting ${{ vars.IGNORE_DEPLOY }}"
git pull
git push origin HEAD:${{ github.head_ref }}
- name: Lint
Expand Down

0 comments on commit 4c67f28

Please sign in to comment.