Skip to content

Update valitydev/erlang-workflows action to v1.0.17 #932

Update valitydev/erlang-workflows action to v1.0.17

Update valitydev/erlang-workflows action to v1.0.17 #932

Workflow file for this run

name: 'Frontend: PR'
on:
pull_request:
branches: ['*']
jobs:
configured:
uses: valitydev/action-frontend/.github/workflows/[email protected]
check:
name: Check
runs-on: ubuntu-latest
needs: configured
if: needs.configured.outputs.exists == 'true'
steps:
- uses: actions/checkout@v4
- uses: valitydev/action-frontend/setup@v1
- uses: valitydev/[email protected]
- run: npm i # protocols don't always update the package-lock.json, so installing from package.json
- name: Codegen
run: npm run codegen