Skip to content

Commit

Permalink
💚: yes
Browse files Browse the repository at this point in the history
  • Loading branch information
PHPLukaas committed Mar 12, 2024
1 parent ed64f7b commit d456c43
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/execute-linter-front.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ jobs:
flutter-version: ${{ env.FLUTTER_VERSION }}

- name: Install dependencies
run: flutter pub get
run: |
cd frontend/app_student
flutter pub get
- name: Formatting
run: dart --disable-analytics format --set-exit-if-changed frontend/app_student/lib
Expand Down

0 comments on commit d456c43

Please sign in to comment.