Files
popov.link/.gitea/workflows/test.yml
T
renovate[bot] eba8c50e96
Test / npm test (push) Successful in 39s
Test / npm test (pull_request) Successful in 40s
chore(deps): update actions/setup-node action to v7
2026-07-15 00:04:06 +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@v7
with:
node-version: 24
- run: npm ci
- run: npm run check
- run: npm run typecheck