Skip to content

ci: Workflow Bot -- Update ALL Dependencies #1486

ci: Workflow Bot -- Update ALL Dependencies

ci: Workflow Bot -- Update ALL Dependencies #1486

Workflow file for this run

name: lint
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
jobs:
cspell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npx cspell "**/{*.ts,*.md}"
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm i
- run: npm run lint