Skip to content

Update outdated packages #58

Update outdated packages

Update outdated packages #58

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