Files
popov.link/.gitea/workflows/test.yml
T
renovate[bot] a2edc90961
Test / npm test (push) Successful in 35s
Test / npm test (pull_request) Successful in 35s
chore(deps): update actions/checkout action to v7
2026-06-19 00:04:29 +00:00

17 lines
298 B
YAML

name: Test
on: [push, pull_request]
jobs:
test:
name: npm test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v6
with:
node-version: 24
- run: npm ci
- run: npm run check
- run: npm run typecheck