Compare commits
1 commit
8fe3fedafe
...
2efa5ccec8
Author | SHA1 | Date | |
---|---|---|---|
|
2efa5ccec8 |
1 changed files with 5 additions and 5 deletions
|
@ -7,8 +7,8 @@ jobs:
|
||||||
DIRECTORY: config
|
DIRECTORY: config
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: cd ${{ env.DIRECTORY }}
|
- uses: actions/setup-python@v5
|
||||||
- run: pip install -r requirements-dev.txt
|
with:
|
||||||
- run: ruff check
|
python-version: '3.13'
|
||||||
- run: ruff format
|
- run: pip install -r requirements.txt
|
||||||
- run: myp
|
- run: make check
|
Loading…
Reference in a new issue