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

feat: Remove frontend completely #18

Merged
merged 7 commits into from
Jan 20, 2024
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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