Skip to content

Transition to using the submodule resource files. #92

Transition to using the submodule resource files.

Transition to using the submodule resource files. #92

Workflow file for this run

name: Ruff check
on: [push, pull_request]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
- uses: chartboost/ruff-action@v1
with:
version: 0.7.0