Skip to content

chore(deps): update github actions (#89) #71

chore(deps): update github actions (#89)

chore(deps): update github actions (#89) #71

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