Skip to content

🔧 Ignore B311 bandit error #58

🔧 Ignore B311 bandit error

🔧 Ignore B311 bandit error #58

Workflow file for this run

name: Ruff
on: [push]
jobs:
ruff-lint:
runs-on: ubuntu-latest
name: Ruff Lint
steps:
- name: Check out source repository
uses: actions/checkout@v2
- name: Set up Python environment
uses: actions/setup-python@v2
with:
python-version: "3.10"
- name: Lint
uses: jpetrucciani/ruff-check@main