Skip to content

fix(acanio-viewer): Upgrade acanio-viewer to 1.1.0 #36

fix(acanio-viewer): Upgrade acanio-viewer to 1.1.0

fix(acanio-viewer): Upgrade acanio-viewer to 1.1.0 #36

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- master
- stable*
jobs:
lint:
runs-on: ubuntu-latest
name: Lint
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Node 20
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: npm install
- name: Lint
run: npm run lint