Skip to content

build(deps-dev): bump ruff from 0.6.5 to 0.8.3 #273

build(deps-dev): bump ruff from 0.6.5 to 0.8.3

build(deps-dev): bump ruff from 0.6.5 to 0.8.3 #273

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/setup-python@v5.2.0
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