Skip to content

Commit

Permalink
👷 Verify dist is up to date
Browse files Browse the repository at this point in the history
Except when dependabot merges
  • Loading branch information
WtfJoke authored Feb 8, 2022
1 parent c319295 commit 821e5b5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
yarn install
- run: |
yarn all
- name: Verify
if: github.actor != 'dependabot[bot]'
run: |
# Fail if "yarn run build && yarn run package" generated new changes in dist
git update-index --refresh dist/* && git diff-index --quiet HEAD dist
test: # make sure the action works on a clean machine without building
strategy:
matrix:
Expand All @@ -27,4 +32,4 @@ jobs:
- name: Tectonic version
run: tectonic --version
- name: Biber version
run: biber --version
run: biber --version

0 comments on commit 821e5b5

Please sign in to comment.