Skip to content

Update GitHub Actions (major) #339

Update GitHub Actions (major)

Update GitHub Actions (major) #339

Workflow file for this run

name: validate
on:
pull_request:
jobs:
validate-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: 🔧 install + build # This project is built using npm and outputs the result to the 'build' folder
run: |
yarn
yarn build-prefix