Skip to content

Commit

Permalink
feat: Remove frontend completely (#18)
Browse files Browse the repository at this point in the history
* remove .idea folder

* remove frontend related code

* tiny fixes

* remove release workflow

* some more refactoring

* some more refactoring

* format files
  • Loading branch information
codekeyz authored Jan 20, 2024
1 parent 090ec34 commit c51d247
Show file tree
Hide file tree
Showing 87 changed files with 124 additions and 6,492 deletions.
Binary file modified .DS_Store
Binary file not shown.
11 changes: 0 additions & 11 deletions .dockerignore

This file was deleted.

59 changes: 0 additions & 59 deletions .github/workflows/release.yml

This file was deleted.

13 changes: 3 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ name: Test

on:
push:
branches: [ "main" ]
branches: ["main"]
pull_request:
branches: [ "main" ]
branches: ["main"]

jobs:
analyze:
Expand All @@ -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
Expand Down
1 change: 0 additions & 1 deletion .idea/.name

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/JetClient/state.xml

This file was deleted.

7 changes: 0 additions & 7 deletions .idea/codeStyles/Project.xml

This file was deleted.

5 changes: 0 additions & 5 deletions .idea/codeStyles/codeStyleConfig.xml

This file was deleted.

18 changes: 0 additions & 18 deletions .idea/dataSources.local.xml

This file was deleted.

15 changes: 0 additions & 15 deletions .idea/dataSources.xml

This file was deleted.

Loading

0 comments on commit c51d247

Please sign in to comment.