Skip to content

build(deps): bump argcomplete from 3.6.1 to 3.6.3 #110

build(deps): bump argcomplete from 3.6.1 to 3.6.3

build(deps): bump argcomplete from 3.6.1 to 3.6.3 #110

Workflow file for this run

name: Check
on:
pull_request:
branches:
- '*'
concurrency:
cancel-in-progress: true
group: ${{ github.workflow }}-${{ github.ref }}
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- run: uv sync --group=check
- run: uv run just check-code
- run: uv run just check-type
- run: uv run just check-format
- run: uv run just check-security
- run: uv run just check-coverage