Skip to content

Merge pull request #1 from Cinnamon/misc/config-model-from-file #3

Merge pull request #1 from Cinnamon/misc/config-model-from-file

Merge pull request #1 from Cinnamon/misc/config-model-from-file #3

Workflow file for this run

name: style-check
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Clone the repo
uses: actions/checkout@v3
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: run pre-commit
uses: pre-commit/action@v3.0.0