Skip to content

include example of validating a scoring file header #306

include example of validating a scoring file header

include example of validating a scoring file header #306

Workflow file for this run

name: Ruff
on:
push:
paths:
- '**.py'
pull_request:
paths:
- '**.py'
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1