Skip to content

Add once flag to test abort listener #24

Add once flag to test abort listener

Add once flag to test abort listener #24

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
ci:
name: CI
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: "20"
- name: Install dependencies
run: make link-dependencies
- name: Make
run: make ci
- name: Publish coverage
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}