Skip to content

[pull] main from danny-avila:main #85

[pull] main from danny-avila:main

[pull] main from danny-avila:main #85

Workflow file for this run

name: CI
on:
pull_request:
branches:
- dev
- main
concurrency:
group: ci-${{ github.head_ref || github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
validate:
uses: ./.github/workflows/validate.yml
secrets: inherit