Skip to content

Commit

Permalink
squash! update todo
Browse files Browse the repository at this point in the history
  • Loading branch information
gagantrivedi committed Jun 22, 2023
1 parent e67b713 commit 37dcc1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/publish_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,7 @@ jobs:
- run: flutter pub get
- run: flutter analyze

# TODO enable this after upgrading to dart 3.x
# score:
# runs-on: ubuntu-latest
# name: Dart package score

# steps:
# - uses: actions/checkout@v3
# - uses: axel-op/dart-package-analyzer@v3
# with:
# githubToken: ${{ secrets.GITHUB_TOKEN }}
# TODO https://github.com/Flagsmith/flagsmith-flutter-client/issues/57

publishing:
runs-on: ubuntu-latest
Expand Down
10 changes: 1 addition & 9 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,8 @@ jobs:

- run: flutter pub get
- run: flutter pub test
# TODO enable this after upgrading to dart 3.x
# score:
# runs-on: ubuntu-latest
# name: Dart package score

# steps:
# - uses: actions/checkout@v3
# - uses: axel-op/dart-package-analyzer@v3
# with:
# githubToken: ${{ secrets.GITHUB_TOKEN }}
# TODO https://github.com/Flagsmith/flagsmith-flutter-client/issues/57

publishing:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 37dcc1f

Please sign in to comment.