Skip to content

build(deps): bump colorlog from 6.8.0 to 6.8.2 #203

build(deps): bump colorlog from 6.8.0 to 6.8.2

build(deps): bump colorlog from 6.8.0 to 6.8.2 #203

Workflow file for this run

name: "Analysis - Ruff"
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
ruff:
name: "Ruff"
runs-on: "ubuntu-latest"
steps:
- name: "Checkout the repository"
uses: "actions/checkout@v4"
- name: "Set up Python"
uses: actions/[email protected]
with:
python-version: "3.11"
cache: "pip"
- name: "Install requirements"
run: python3 -m pip install -r requirements.txt
- name: "Run"
run: python3 -m ruff check .