myResume2/.forgejo/workflows/ci.yml
Blade34242 b0a1c19349
Some checks failed
Node CI / lint (push) Waiting to run
Create Forgejo release / package-and-release (push) Has been cancelled
feat: add client-side PDF and Forgejo release flow
2026-07-27 17:37:24 +07:00

18 lines
367 B
YAML

name: Node CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
# Configure this label in Forgejo's act_runner to provide Node 22.
runs-on: node-22
steps:
- name: Check out source
uses: https://data.forgejo.org/actions/checkout@v6
- run: node --version
- run: npm ci
- run: npm run lint