Skip to content

Name fix (#41)

Name fix (#41) #69

Workflow file for this run

name: Pull Request Checks
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
lint-and-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '20'
- run: corepack enable
- run: yarn config set enableImmutableInstalls false
- run: yarn
- run: yarn lint
- run: yarn build