Skip to content

ci: bump rojopolis/spellcheck-github-actions from 0.41.0 to 0.62.0 #11

ci: bump rojopolis/spellcheck-github-actions from 0.41.0 to 0.62.0

ci: bump rojopolis/spellcheck-github-actions from 0.41.0 to 0.62.0 #11

Workflow file for this run

name: CI
on:
push:
branches: [ main, feature ]
pull_request:
branches: [ main ]
jobs:
lint:
name: ESLint Check
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Run ESLint
run: pnpm lint