Skip to content

GH Actions: Added jobs for linting and building Docker image #4

GH Actions: Added jobs for linting and building Docker image

GH Actions: Added jobs for linting and building Docker image #4

Workflow file for this run

name: pre-commit checks
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Run pre-commit
uses: pre-commit/[email protected]