Skip to content

Fix #58 -- Setup CI pipeline, add reusable workflows and composite ac… #17

Fix #58 -- Setup CI pipeline, add reusable workflows and composite ac…

Fix #58 -- Setup CI pipeline, add reusable workflows and composite ac… #17

Workflow file for this run

name: Pull request workflow
on:
pull_request:
types: [opened, synchronize, reopened]
concurrency:
group: "pull-request-${{ github.event.pull_request.number }}"
cancel-in-progress: true
jobs:
lint-and-test:
uses: ./.github/workflows/reusable-lint.yml