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 ed6e2ca
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/analyze-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,22 @@ env:
flutter_version: 3.13.6

jobs:
check-licenses:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: ${{ env.flutter_version }}
channel: 'stable'
cache: true

- name: Check format
run: dart run scripts/check_license.dart

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

0 comments on commit ed6e2ca

Please sign in to comment.