Skip to content

Commit

Permalink
Create analyse.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
wgh136 authored Dec 19, 2024
1 parent 731510e commit 79d2c91
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/analyse.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: "analyze"
on:
pull_request:
push:
branches:
- master

jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v2
with:
channel: "stable"
flutter-version-file: pubspec.yaml
architecture: x64
- run: flutter pub get
- uses: invertase/github-action-dart-analyzer@v1

0 comments on commit 79d2c91

Please sign in to comment.