Skip to content

Commit

Permalink
add polygon id in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Jun 3, 2024
1 parent 9698500 commit 1c114f6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/polygonid.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: polygonid

on: [pull_request, push]

jobs:
build:
uses: TalaoDAO/AltMe/.github/workflows/flutter_package.yaml@main
with:
flutter_channel: stable
flutter_version: 3.19.6
min_coverage: 30
working_directory: packages/polygonid
dart_sdk: 3.3.4
build_runner: false

0 comments on commit 1c114f6

Please sign in to comment.