Skip to content

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

Merge remote-tracking branch 'origin/modernize'

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

Workflow file for this run

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