Skip to content

ci: create production-config with environment variables #127

ci: create production-config with environment variables

ci: create production-config with environment variables #127

Workflow file for this run

name: 🧹 Ruff linter checks
on:
push:
branches:
- master
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3
- run: ruff check
- run: ruff format --check