Update config

This commit is contained in:
Hugo van Kemenade 2024-05-22 22:46:47 +03:00
parent 35b264bae4
commit 6f97f93dcc
3 changed files with 21 additions and 5 deletions

View file

@ -4,6 +4,7 @@ on: [push, pull_request, workflow_dispatch]
env:
FORCE_COLOR: 1
PIP_DISABLE_PIP_VERSION_CHECK: 1
permissions:
contents: read
@ -17,4 +18,5 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.x"
cache: pip
- uses: pre-commit/action@v3.0.1