Skip to content

Feature/add GitHub actions per tool #16

Feature/add GitHub actions per tool

Feature/add GitHub actions per tool #16

Workflow file for this run

name: CheckQC Lint
on:
pull_request:
paths: [CheckQC/**]
push:
branches: [master, develop]
paths: [CheckQC/**]
jobs:
ruff:
runs-on: ubuntu-latest
defaults:
run:
working-directory: CheckQC/
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1