Skip to content

chore(ci): update verify workflow to use dcm for analysis #155

chore(ci): update verify workflow to use dcm for analysis

chore(ci): update verify workflow to use dcm for analysis #155

name: verify_sealed_currencies
on:
push:
branches: [main]
paths:
- "packages/sealed_currencies/**/*.dart"
pull_request:
branches: [main]
paths:
- "packages/sealed_currencies/**/*.dart"
- ".github/workflows/sealed_currencies.yaml"
jobs:
verify-sealed-currencies:
uses: ./.github/workflows/verify_package_workflow.yaml
with:
package_name: sealed_currencies
secrets: inherit