Skip to content

add check-project-links action (#93) #74

add check-project-links action (#93)

add check-project-links action (#93) #74

Workflow file for this run

name: CI
on:
push:
branches:
- main
- 'releases/**'
workflow_call:
workflow_dispatch:
permissions: {}
jobs:
check_actions:
name: Check actions
uses: ./.github/workflows/check_actions.yml
permissions:
security-events: write
test_actions:
name: Test actions
uses: ./.github/workflows/test_actions.yml