Skip to content

Commit a5564d7

Browse files
author
lakscastro
committed
(#71) Fix action syntax
1 parent 12ff5e8 commit a5564d7

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/build-docs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
flutter-version: "2.10.0"
2121
channel: "stable"
2222
- run: |
23-
flutter --version
24-
flutter pub get
25-
flutter analyze --fatal-infos
23+
flutter --version
24+
flutter pub get
25+
flutter analyze --fatal-infos
2626
2727
- name: Deploy docs
2828
uses: mhausenblas/mkdocs-deploy-gh-pages@master

.github/workflows/publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
flutter-version: "2.10.0"
1717
channel: "stable"
1818
- run: |
19-
flutter --version
20-
flutter pub get
21-
flutter analyze --fatal-infos
19+
flutter --version
20+
flutter pub get
21+
flutter analyze --fatal-infos
2222
2323
- name: Create credentials file
2424
run: echo $PUB_CREDENTIALS > ~/pub-credentials.json

.github/workflows/static-analysis.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
flutter-version: "2.10.0"
1919
channel: "stable"
2020
- run: |
21-
flutter --version
22-
flutter pub get
23-
flutter analyze --fatal-infos
21+
flutter --version
22+
flutter pub get
23+
flutter analyze --fatal-infos

0 commit comments

Comments
 (0)