Skip to content

CI: drop ubuntu-18.04 #171

CI: drop ubuntu-18.04

CI: drop ubuntu-18.04 #171

Workflow file for this run

name: Lint
on:
- pull_request
- push
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 16
- name: Install dependencies
run: yarn install
- name: Lint
run: |
yarn lint
yarn format