Skip to content

Commit

Permalink
Merge pull request #17 from bancolombia/feature/example
Browse files Browse the repository at this point in the history
fix: example
  • Loading branch information
santitigaga authored Sep 21, 2023
2 parents 2152319 + ce906fe commit f2b703a
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: "flutter-actions"
on:
pull_request:
branches:
- trunk
jobs:
build:
permissions:
id-token: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
- name: Setup Flutter SDK
uses: flutter-actions/setup-flutter@v2
with:
channel: stable
version: 3.7.12
- name: Install dependencies
run: dart pub get
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
- name: Setup Flutter SDK
uses: flutter-actions/setup-flutter@v2
with:
channel: stable
version: 3.7.12
- name: Install dependencies
run: dart pub get
- name: Publish to pub.dev
Expand Down
4 changes: 2 additions & 2 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ dependencies:
cupertino_icons: ^1.0.2

dev_dependencies:
# dart_code_linter: <USE-THE-LATEST-VERSION>
dart_code_linter:
#dart_code_linter: <USE-THE-LATEST-VERSION>
dart_code_linter:
path: ../
flutter_test:
sdk: flutter
Expand Down

0 comments on commit f2b703a

Please sign in to comment.