0
mirror of https://github.com/valentineus/popov.link.git synced 2025-06-06 01:54:38 +03:00

14 lines
247 B
YAML

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