Skip to content

Commit

Permalink
Update is-dist-up-to-date.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Jul 15, 2024
1 parent 780f5df commit fe74fb6
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions .github/workflows/is-dist-up-to-date.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,7 @@
env:
SCRIPT_NAME: build

# FILE GENERATED WITH: npx ghat fregante/ghatemplates/is-dist-up-to-date
# SOURCE: https://github.com/fregante/ghatemplates

name: Verify Built Files
on:
- pull_request
- push

jobs:
Verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: install
run: npm ci || npm install
- run: npm run ${{ env.SCRIPT_NAME }}
- name: verify that built files are up to date
run: git diff --exit-code
run-verification:
uses: fregante/ghatemplates/is-dist-up-to-date/reusable.yml@main

0 comments on commit fe74fb6

Please sign in to comment.