Skip to content

chore: update GitHub Actions to use latest versions of checkout and s… #1438

chore: update GitHub Actions to use latest versions of checkout and s…

chore: update GitHub Actions to use latest versions of checkout and s… #1438

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run npm install
run: npm install
- name: Run lint
run: npm run lint