Skip to content

Merge pull request #3 from criipto/codegen/20241411 #45

Merge pull request #3 from criipto/codegen/20241411

Merge pull request #3 from criipto/codegen/20241411 #45

Workflow file for this run

on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup kernel for build, increase watchers
run: echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 16.x
- run: npm ci
- run: npm run check
- run: npm run test:unit