Skip to content

ci: setup github actions #2

ci: setup github actions

ci: setup github actions #2

Workflow file for this run

name: CI Pipeline
concurrency:
group: pipeline-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
on:
push:
branches:
- new-pipeline
jobs:
check:
name: "Checks"
uses: ./.github/workflows/check.yml