Skip to content

Merge pull request #126 from LevelCapTech/copilot/update-task-table-r… #303

Merge pull request #126 from LevelCapTech/copilot/update-task-table-r…

Merge pull request #126 from LevelCapTech/copilot/update-task-table-r… #303

Workflow file for this run

name: ci
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: read
concurrency:
group: ci-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
cache: npm
- run: npm ci
- run: npm test