Skip to content

Bump the actions group across 1 directory with 2 updates #115

Bump the actions group across 1 directory with 2 updates

Bump the actions group across 1 directory with 2 updates #115

Workflow file for this run

name: CI
on:
push:
pull_request:
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
with:
enable-cache: true
- name: Install dev + bench dependencies (locked)
run: uv sync --locked --all-extras
- name: ruff check
run: uv run ruff check .
- name: ruff format --check
run: uv run ruff format --check .
- name: shellcheck
run: uv run shellcheck hooks/hook.sh scripts/*.sh
- name: pytest
run: uv run pytest -q
- name: bully dogfood
run: uv run bash scripts/dogfood.sh