Skip to content

Add checkout step to GitHub Actions workflow (#50) #38

Add checkout step to GitHub Actions workflow (#50)

Add checkout step to GitHub Actions workflow (#50) #38

Workflow file for this run

name: CI
on:
push:
branches:
- main
- 'releases/**'
workflow_call:
workflow_dispatch:
jobs:
test_actions:
name: Test actions
uses: ./.github/workflows/test_actions.yml