Skip to content

Small correction for pfitz_half_12_84.yaml #156

Small correction for pfitz_half_12_84.yaml

Small correction for pfitz_half_12_84.yaml #156

Workflow file for this run

name: Test and Build
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: yarn install --frozen-lockfile
- run: yarn test
- run: yarn build