Skip to content

TST Framework for running functional tests on S3DF #179

TST Framework for running functional tests on S3DF

TST Framework for running functional tests on S3DF #179

Workflow file for this run

name: Ruff-lint
on: [push, pull_request]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v1
with:
src: "./lute ./launch_scripts ./utilities ./run_task.py ./subprocess_task.py ./workflows"
args: "check"