Skip to content

chore(deps-dev): bump prek from 0.4.9 to 0.4.10 #46

chore(deps-dev): bump prek from 0.4.9 to 0.4.10

chore(deps-dev): bump prek from 0.4.9 to 0.4.10 #46

Workflow file for this run

name: "Continuous integration"
concurrency:
group: ${{ github.ref }}
cancel-in-progress: false
on:
push:
branches:
- main
pull_request:
jobs:
ci:
name: Continuous integration
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
- name: Sync
run: |
uv sync \
--locked \
--no-editable
- name: Prek
run: uv run prek run --all-files
- name: Test
run: uv run pytest
- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
fail_ci_if_error: false
verbose: true