Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup repository and upgrade dependencies #32

Merged
merged 6 commits into from
Feb 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
27 changes: 0 additions & 27 deletions .github/workflows/cd.yml

This file was deleted.

9 changes: 2 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: dart-lang/setup-dart@v1
with:
sdk: 2.17.0
sdk: 3.7.0

- uses: actions/checkout@v2

Expand All @@ -24,9 +24,4 @@ jobs:
run: dart format --set-exit-if-changed --output none .

- name: Run lints
run: dart analyze --fatal-warnings --fatal-infos

- name: Run tests
run: dart test
env:
TEST_JWT: ${{ secrets.TEST_JWT }}
run: dart analyze --no-fatal-warnings
15 changes: 5 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
# Flutter/Dart/Pub related
**/doc/api/
# https://dart.dev/guides/libraries/private-files
# Created by `dart pub`
.dart_tool/
.packages
.pub-cache/
.pub/
/build/
pubspec.lock

# dev
Taskfile.yml
.idea
# Avoid committing pubspec.lock for library packages; see
# https://dart.dev/guides/libraries/private-files#pubspeclock.
pubspec.lock
Loading