Skip to content

chore: Update project nipanel to v0.1.0-dev1 (#149) #132

chore: Update project nipanel to v0.1.0-dev1 (#149)

chore: Update project nipanel to v0.1.0-dev1 (#149) #132

Workflow file for this run

name: CI
on:
push:
branches:
- main
- 'releases/**'
workflow_call:
workflow_dispatch:
jobs:
check_nipanel:
name: Check nipanel
uses: ./.github/workflows/check_nipanel.yml
check_docs:
name: Check docs
uses: ./.github/workflows/check_docs.yml
run_unit_tests:
name: Run unit tests
uses: ./.github/workflows/run_unit_tests.yml
needs: [check_nipanel]
report_test_results:
name: Report test results
uses: ./.github/workflows/report_test_results.yml
needs: [run_unit_tests]
if: always()
permissions:
contents: read
checks: write
pull-requests: write