Skip to content

Merged with gpsr branch :) #268

Merged with gpsr branch :)

Merged with gpsr branch :) #268

Workflow file for this run

name: Pull Request
on:
pull_request:
branches:
- '*'
jobs:
QC:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Quality Control
uses: "./.github/workflows/qc"