Merge pull request #135 from podlove/chore/stabilize-build-env #309
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
name: Qualify Branch | |
on: push | |
jobs: | |
qualify: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: install | |
uses: jetpack-io/[email protected] | |
with: | |
enable-cache: true | |
- name: install | |
run: devbox run npm ci | |
- name: build | |
run: devbox run npm run build |