pull/443/head
Wyatt Stanke 9 months ago
parent 20a4b9503d
commit b25862566a
No known key found for this signature in database
GPG Key ID: CE6BA5FFF135536D

@ -21,8 +21,7 @@ runs:
uses: actions/cache@v3
with:
path: .venv
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{
hashFiles('**/poetry.lock') }}
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{hashFiles('**/poetry.lock') }}
- name: Install dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: poetry install --no-interaction --no-root --with test --with dev --all-extras

@ -7,7 +7,7 @@ on:
branches:
- master
paths:
- 'pyproject.toml'
- "pyproject.toml"
env:
POETRY_VERSION: "1.4.2"
jobs:

@ -7,8 +7,10 @@ on:
branches: ["master"]
schedule:
- cron: "0 0 * * "
permissions:
contents: read
jobs:
codacy-security-scan:
permissions:

Loading…
Cancel
Save