Skip to content

Commit

Permalink
ci: validate code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Ascenio committed Jul 7, 2024
1 parent 8fc8855 commit 53128b5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,16 @@ jobs:
flutter-version: 3.19.4
- name: Run analysis
run: flutter analyze

formatting:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: 3.19.4
- name: Check formatting
run: dart format --set-exit-if-changed .

0 comments on commit 53128b5

Please sign in to comment.