Skip to content

chore: fix pipeline for yakumo #33

chore: fix pipeline for yakumo

chore: fix pipeline for yakumo #33

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
lint:
strategy:
matrix:
version: [14, 16, 18]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.version }}
- name: Install dependencies
run: yarn install
- name: Lint JavaScript
run: yarn run lint