Skip to content

Merge remote-tracking branch 'origin/modernize' #10

Merge remote-tracking branch 'origin/modernize'

Merge remote-tracking branch 'origin/modernize' #10

Workflow file for this run

name: check
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
- run: yarn install
- run: make check