Skip to content

ci(deps): bump actions/setup-python from 5.2.0 to 5.5.0 #281

ci(deps): bump actions/setup-python from 5.2.0 to 5.5.0

ci(deps): bump actions/setup-python from 5.2.0 to 5.5.0 #281

Workflow file for this run

name: New pull request received
on: [pull_request, workflow_dispatch]
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@main
with:
fetch-depth: 0
- name: Set up Python 3.9
uses: actions/[email protected]
with:
python-version: "3.9"
- name: Install dependencies
run: |
python -m pip install -U pip poetry invoke
inv env.init-dev --no-pre-commit
- name: Style check
run: |
inv style
- name: Check vulnerability
run: |
inv secure
- name: Run tests
run: |
inv test -a