Skip to content

fix: Manually filter fetched reports to adhere to date ranges #185

fix: Manually filter fetched reports to adhere to date ranges

fix: Manually filter fetched reports to adhere to date ranges #185

Workflow file for this run

name: Pre-commit
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: './.github/actions/setup-project'
with:
dependency-groups: 'dev,test'
- uses: pre-commit/[email protected]
- uses: pre-commit-ci/[email protected]
if: always()