Skip to content

Trigger CI on the main branch #1

Trigger CI on the main branch

Trigger CI on the main branch #1

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (c) 2025-2026 Max Trunnikov
# SPDX-License-Identifier: MIT
---
name: coverage
'on':
push:
branches:
- main
pull_request:
branches:
- main
concurrency:
group: coverage-${{ github.ref }}
cancel-in-progress: true
jobs:
coverage:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- run: npm install
- run: npm run coverage