Skip to content

Merge tag '1.1.0' into develop #31

Merge tag '1.1.0' into develop

Merge tag '1.1.0' into develop #31

Workflow file for this run

on: push
jobs:
build-lint-test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: .node-version
- run: npm install
- run: npm run build-lint-test