Skip to content

Smallbalancingthings #51

Smallbalancingthings

Smallbalancingthings #51

Workflow file for this run

name: CI
on: [pull_request]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 20
- name: Install dependencies
run: yarn install
- name: Run eslint
run: yarn eslint