Skip to content

chore(deps): update docker/login-action digest to 5e57cd1 #328

chore(deps): update docker/login-action digest to 5e57cd1

chore(deps): update docker/login-action digest to 5e57cd1 #328

Workflow file for this run

name: Tests
on:
pull_request:
workflow_call:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0
with:
enable-cache: true
- run: uv run ./bin/lint
- run: uv run ./bin/test
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}