Skip to content

Proposal of modularity #1

Proposal of modularity

Proposal of modularity #1

Workflow file for this run

name: Pull Request
permissions:
contents: read
on:
merge_group:
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-on-${{ github.event_name }}-from-${{ github.ref_name }}
cancel-in-progress: true
jobs:
run-tests:
uses: ./.github/workflows/ci.yml
secrets: inherit