Skip to content

Merge pull request #290 from ordo-pink/drop-react #79

Merge pull request #290 from ordo-pink/drop-react

Merge pull request #290 from ordo-pink/drop-react #79

Workflow file for this run

name: Lint
on: push
jobs:
lint:
name: ESLint
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: lts/*
- name: Boot
run: boot/boot.sh
- name: Run ESLint
run: npx eslint .