Skip to content

Configure SonarCloud, Release workflow, and Docker #10

Configure SonarCloud, Release workflow, and Docker

Configure SonarCloud, Release workflow, and Docker #10

Workflow file for this run

name: pre-commit
on:
push:
pull_request:
jobs:
pre-commit:
name: pre-commit
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.12
- name: Run pre-commit
uses: pre-commit/[email protected]