Skip to content

Small tweak

Small tweak #15

Workflow file for this run

name: CI
on:
push:
branches:
- "**"
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.x
- run: npm install --frozen-lockfile
- run: npm run ci