Skip to content

fix CI naming

fix CI naming #2

Workflow file for this run

name: parry.rs CI build
on:
push:
branches: [main]
pull_request:
branches: [main]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: yarn install
run: corepack enable && yarn
- name: yarn build
run: yarn build