Skip to content

Bump actions/checkout from 3 to 4 #45

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #45

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
eslint:
name: ESLint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: yarn install
- run: yarn lint