Skip to content

refactor: clean up code organization and refactor workflows to be extensible via image config files. #37

refactor: clean up code organization and refactor workflows to be extensible via image config files.

refactor: clean up code organization and refactor workflows to be extensible via image config files. #37

name: Lint and Format
on:
pull_request:
branches: [main]
permissions:
contents: read
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Checkout DLC source
uses: actions/checkout@v6
- name: Setup python
uses: actions/setup-python@v6
with:
python-version: "3.12"
- name: Run pre-commit
uses: pre-commit/action@v3.0.1
with:
extra_args: --all-files