Skip to content

Refactor database connection handling in kha256.py #688

Refactor database connection handling in kha256.py

Refactor database connection handling in kha256.py #688

Workflow file for this run

name: Lint with Ruff

Check failure on line 1 in .github/workflows/lint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/lint.yml

Invalid workflow file

(Line: 5, Col: 1): Unexpected value 'runs'
on: [push, pull_request]
runs:
using: 'node24'
main: 'main.js'
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install Ruff
run: pip install ruff
- name: Run Ruff
run: ruff check . --fix