Skip to content

Merge branch 'update_docs_with_git_and_ci_info' of github.com:TeamCOM… #704

Merge branch 'update_docs_with_git_and_ci_info' of github.com:TeamCOM…

Merge branch 'update_docs_with_git_and_ci_info' of github.com:TeamCOM… #704

name: precommit checks
on:
push:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.8
- uses: pre-commit/[email protected]