Skip to content

chore: update node20 #66

chore: update node20

chore: update node20 #66

Workflow file for this run

name: Check lint
on:
push:
branches:
- master
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
workflow_dispatch:
jobs:
check-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set Node.js 16.x
uses: actions/[email protected]
with:
node-version: 16.x
- name: Install dependencies
run: yarn
- name: Check the linting
run: yarn check-lint