Skip to content

Commit

Permalink
avoid failing build when dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
jetersen committed Feb 16, 2022
1 parent 8cedf16 commit eff7e5f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ jobs:
- run: yarn build
- name: correct vercel/ncc crlf output
run: sed -i 's/\x0D$//' ./dist/index.js
- run: .github/no-unstaged-files.sh
- name: check for unstaged files
if: ${{ github.actor != 'dependabot[bot]' }}
run: .github/no-unstaged-files.sh

0 comments on commit eff7e5f

Please sign in to comment.