Skip to content

Commit

Permalink
ci: temp disable check-flutter job
Browse files Browse the repository at this point in the history
  • Loading branch information
yukibtc committed Dec 18, 2024
1 parent d7b64fc commit 3fa311a
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,18 @@ jobs:
- name: Check
run: bash contrib/scripts/check-crate.sh

check-flutter:
name: Check flutter
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Install Flutter
uses: subosito/flutter-action@v2

- name: Get Flutter deps
run: flutter pub get

- name: Check
run: bash contrib/scripts/check-flutter.sh
# check-flutter:
# name: Check flutter
# runs-on: ubuntu-latest
# steps:
# - name: Checkout
# uses: actions/checkout@v3
#
# - name: Install Flutter
# uses: subosito/flutter-action@v2
#
# - name: Get Flutter deps
# run: flutter pub get
#
# - name: Check
# run: bash contrib/scripts/check-flutter.sh

0 comments on commit 3fa311a

Please sign in to comment.