Skip to content

Commit 02a1aed

Browse files
committed
Run dart format in workflow
1 parent d9f2dc0 commit 02a1aed

File tree

2 files changed

+6
-38
lines changed

2 files changed

+6
-38
lines changed

.github/workflows/check.yaml

Lines changed: 0 additions & 37 deletions
This file was deleted.

.github/workflows/test.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
rustup target add x86_64-unknown-linux-gnu
2525
sudo apt clean
2626
sudo apt update
27-
sudo apt install -y unzip automake build-essential file pkg-config git python3 libtool cmake openjdk-8-jre-headless libgit2-dev clang libncurses5-dev libncursesw5-dev zlib1g-dev llvm debhelper libclang-dev opencl-headers libssl-dev ocl-icd-opencl-dev libc6-dev-i386
27+
sudo apt install -y meson ninja-build unzip automake build-essential file pkg-config git python3 libtool cmake openjdk-8-jre-headless libgit2-dev clang libncurses5-dev libncursesw5-dev zlib1g-dev llvm debhelper libclang-dev opencl-headers libssl-dev ocl-icd-opencl-dev libc6-dev-i386
2828
- name: Build Epic Cash
2929
run: |
3030
cd crypto_plugins/flutter_libepiccash/scripts/linux/
@@ -33,6 +33,7 @@ jobs:
3333
run: |
3434
cd scripts
3535
yes yes | ./build_app.sh -v "0.0.1" -b "1" -p "linux" -a "stack_wallet" || true
36+
3637
- name: Get dependencies
3738
run: flutter pub get
3839
- name: Create temp files
@@ -89,6 +90,10 @@ jobs:
8990
BITCOINCASH_TEST: ${{ secrets.BITCOINCASH_TEST }}
9091
NAMECOIN_TEST: ${{ secrets.NAMECOIN_TEST }}
9192
PARTICL_TEST: ${{ secrets.PARTICL_TEST }}
93+
94+
- name: Verify Dart formatting
95+
run: dart format --output=none --set-exit-if-changed .
96+
9297
# - name: Analyze
9398
# run: flutter analyze
9499
- name: Test

0 commit comments

Comments
 (0)