Skip to content

deps: bump to wabac.js 2.19.1 + CHANGES for 2.1.0 (#343) #633

deps: bump to wabac.js 2.19.1 + CHANGES for 2.1.0 (#343)

deps: bump to wabac.js 2.19.1 + CHANGES for 2.1.0 (#343) #633

Workflow file for this run

name: Lint
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v2
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'yarn'
- name: Yarn Install
run: yarn install --frozen-lockfile --ignore-optional
- name: Yarn Lint
run: yarn lint