Skip to content

change logged line from info to warn #22

change logged line from info to warn

change logged line from info to warn #22

Workflow file for this run

#
# https://docs.astral.sh/ruff/integrations/#github-actions
name: Linting via ruff
on:
push:
branches: [ "master", "stable" ]
paths: ["src/**.py", "tests/**"]
pull_request:
branches: [ "master", "stable" ]
paths: ["src/**.py", "tests/**"]
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.12"]
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1