Update issue templates #54
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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@v3 | |
- 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 |