Skip to content

Enforce defining impacts #3

Enforce defining impacts

Enforce defining impacts #3

Workflow file for this run

---
name: Lint code with ruff
on:
push:
branches:
- main
- feature/**
- bugfix/**
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository with submodules
uses: actions/checkout@v4
with:
submodules: true
token: ${{ secrets.PYTHON_SERAVO_TOKEN }}
- name: Run ruff
id: format
uses: Seravo/actions/pyruff@v1.3.0
with:
dev_requirements_path: dev-requirements.txt