Skip to content

Kickstart the repo with the template code (#3) #18

Kickstart the repo with the template code (#3)

Kickstart the repo with the template code (#3) #18

# only has to pass for python 3.8
name: Static code checks
on:
push:
branches:
main
pull_request:
branches:
main
jobs:
run-code-check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Python 3.9
uses: actions/setup-python@v3
with:
python-version: 3.9
- name: precommit checker
uses: pre-commit/action@v2.0.3