-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Remove frontend completely (#18)
* remove .idea folder * remove frontend related code * tiny fixes * remove release workflow * some more refactoring * some more refactoring * format files
- Loading branch information
Showing
87 changed files
with
124 additions
and
6,492 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,9 +7,9 @@ name: Test | |
|
||
on: | ||
push: | ||
branches: [ "main" ] | ||
branches: ["main"] | ||
pull_request: | ||
branches: [ "main" ] | ||
branches: ["main"] | ||
|
||
jobs: | ||
analyze: | ||
|
@@ -20,19 +20,12 @@ jobs: | |
uses: actions/checkout@v3 | ||
|
||
- uses: dart-lang/[email protected] | ||
- uses: subosito/flutter-action@v2 | ||
with: | ||
flutter-version: "3.16.5" | ||
channel: "stable" | ||
|
||
- name: Check formatting | ||
run: | | ||
cd frontend && dart run build_runner build --delete-conflicting-outputs && cd .. | ||
dart format . --line-length=120 --set-exit-if-changed | ||
run: dart format . --line-length=120 --set-exit-if-changed | ||
|
||
- name: Check linting | ||
run: | | ||
flutter pub get --directory=frontend | ||
dart run build_runner build | ||
dart analyze . --fatal-infos | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.