Skip to content

huge refactor for the new datahub build/deploy CI/CD github actions workflow #3

huge refactor for the new datahub build/deploy CI/CD github actions workflow

huge refactor for the new datahub build/deploy CI/CD github actions workflow #3

Workflow file for this run

name: "python lint"
on:
- pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install ruff
run: pip install ruff==0.6.9
- name: Lint python files
run: ruff check .