Skip to content

feat: update SugarCube to v2.37.3 #272

feat: update SugarCube to v2.37.3

feat: update SugarCube to v2.37.3 #272

Workflow file for this run

name: ESLint
on:
push:
branches: [develop]
pull_request:
branches: [develop, main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
cache: npm
node-version: 16
- name: Install
run: npm ci
- name: Link
run: npm run lint