Skip to content

Merge pull request #2 from HunteRoi/better-dx #2

Merge pull request #2 from HunteRoi/better-dx

Merge pull request #2 from HunteRoi/better-dx #2

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- run: yarn