Skip to content

Refactor config file for language consistency and clarity #582

Refactor config file for language consistency and clarity

Refactor config file for language consistency and clarity #582

Workflow file for this run

name: Ruff
on:
pull_request:
push:
branches: [ master ]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Ruff Linter
uses: astral-sh/ruff-action@v2
with:
args: check --ignore E741,F841
src: ./cea