Skip to content

C++ unique is only for runs of the same value #7

C++ unique is only for runs of the same value

C++ unique is only for runs of the same value #7

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Build
run: >
npm ci &&
npm run build
- name: Test
run: npm test