Skip to content

Bump actions/checkout from 4 to 6 #1036

Bump actions/checkout from 4 to 6

Bump actions/checkout from 4 to 6 #1036

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install modules
run: npm ci
- name: Run ESLint
run: npm run lint