Skip to content

refactor(lint): added new lints and dcm #147

refactor(lint): added new lints and dcm

refactor(lint): added new lints and dcm #147

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