Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
Add job to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Hjort committed Nov 23, 2023
1 parent d91727a commit 9d5b2b6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/analyze-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ env:
flutter_version: 3.13.6

jobs:
check-licenses:
runs-on: ubuntu-22.04
steps:
- name: Check format
run: dart format --output=none --set-exit-if-changed . -l 150

analyze-format:
runs-on: ubuntu-22.04
steps:
Expand Down

0 comments on commit 9d5b2b6

Please sign in to comment.