mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-04-20 22:13:48 +00:00
fix dart format workflow install deps step
needs to use flutter pub get not dart pub get
This commit is contained in:
parent
8d15f7cef6
commit
a35590a407
1 changed files with 7 additions and 5 deletions
12
.github/workflows/dart.yml
vendored
12
.github/workflows/dart.yml
vendored
|
|
@ -5,17 +5,19 @@ on:
|
|||
push:
|
||||
|
||||
jobs:
|
||||
analyze:
|
||||
format:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Dart
|
||||
uses: dart-lang/setup-dart@v1
|
||||
- name: Set up Flutter
|
||||
uses: subosito/flutter-action@v2
|
||||
with:
|
||||
channel: stable
|
||||
|
||||
- name: Install Pub Dependencies
|
||||
run: dart pub get
|
||||
- name: Install dependencies
|
||||
run: flutter pub get
|
||||
|
||||
- name: Verify Formatting
|
||||
run: dart format --output=none --set-exit-if-changed .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue