Skip to content

chore(deps): Update strum requirement from 0.25 to 0.26 #41

chore(deps): Update strum requirement from 0.25 to 0.26

chore(deps): Update strum requirement from 0.25 to 0.26 #41

Workflow file for this run

---
name: PR Analysis
on:
pull_request:
branches:
- main
- develop
jobs:
test:
name: Test
uses: ./.github/workflows/test.yml
with:
build_test: false
coverage:
name: Coverage Report
needs:
- test
uses: ./.github/workflows/coverage.yml
secrets: inherit