Skip to content

fix(workflow) make runs-on configurable but default to 'default #246

fix(workflow) make runs-on configurable but default to 'default

fix(workflow) make runs-on configurable but default to 'default #246

Workflow file for this run

name: Reuse Compliance Checker
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
reuse-compliance-check:
runs-on: [default]
steps:
- name: Checkout
uses: actions/checkout@v4
# https://github.com/fsfe/reuse-action
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v3