Skip to content

Commit

Permalink
Update dart.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
reypryma authored Nov 1, 2023
1 parent 105ee60 commit f32946e
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,18 @@ on:
branches: [ "master" ]

jobs:
build:
lint:
name: Lint Check
runs-on: ubuntu-latest

steps:
- name: Flutter semantics coverage
# You may pin to the exact commit or the version.
# uses: kubawich/flutter-sematics-coverage@a2af46be2f6670b352871dd9fb77b1a9cc8e6d31
uses: kubawich/[email protected]
- name: Check out code
uses: actions/checkout@v2

- name: Setup Flutter
uses: subosito/flutter-action@v6
with:
flutter-version: 2.x # Adjust to the Flutter version you're using

- name: Run Linting
run: flutter analyze

0 comments on commit f32946e

Please sign in to comment.