Skip to content

fix: remove .env from tracking, add .gitignore #2

fix: remove .env from tracking, add .gitignore

fix: remove .env from tracking, add .gitignore #2

Workflow file for this run

name: "Ruff"
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
ruff:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3