This commit is contained in:
parent
da6339d74d
commit
3beef0c297
2 changed files with 120 additions and 12 deletions
|
@ -1,5 +1,8 @@
|
|||
name: Run checks
|
||||
on: [ push, pull_request ]
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
jobs:
|
||||
checks:
|
||||
runs-on: docker
|
||||
|
@ -7,8 +10,8 @@ jobs:
|
|||
DIRECTORY: config
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: cd ${{ env.DIRECTORY }}
|
||||
- run: pip install -r requirements-dev.txt
|
||||
- run: ruff check
|
||||
- run: ruff format
|
||||
- run: myp
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.12.6'
|
||||
- run: pip install -r requirements.txt
|
||||
- run: make check
|
Loading…
Add table
Add a link
Reference in a new issue