Skip to content

add dotenv req

add dotenv req #142

Workflow file for this run

name: Ruff
on: [push, pull_request]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: ruff-install
run: pip install ruff
- name: ruff
env:
RUFF_OUTPUT_FORMAT: github
run: |
ruff format --check
ruff check