Updates v3 #13
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: Build | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: | |
- main | |
jobs: | |
build: | |
uses: yoriiis/actions/.github/workflows/test-and-build.yml@main | |
with: | |
node-version: 18 | |
setup-python: true | |
command-build: | | |
make install | |
npm run build | |
make build |