Skip to content

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

refactor(lint): added new lints and dcm

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

name: verify_world_countries
on:
push:
branches: [main]
paths:
- "packages/world_countries/**/*.dart"
pull_request:
branches: [main]
paths:
- "packages/world_countries/**/*.dart"
- ".github/workflows/world_countries.yaml"
jobs:
verify-world-countries:
uses: ./.github/workflows/verify_package_workflow.yaml
with:
package_name: world_countries
is_flutter: true
secrets: inherit