Skip to content

Commit a37ec60

Browse files
author
lakscastro
committed
(#71) Remove checkout step
1 parent a309383 commit a37ec60

3 files changed

Lines changed: 0 additions & 13 deletions

File tree

.github/workflows/build-docs.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v2
18-
- name: Checkout to documentation branch
19-
run: |
20-
git fetch
21-
git checkout ${{ github.ref_name }}
2218

2319
- name: Deploy docs
2420
uses: mhausenblas/mkdocs-deploy-gh-pages@master

.github/workflows/publish.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ jobs:
1717
- uses: actions/checkout@v2
1818
- uses: dart-lang/setup-dart@v1
1919

20-
- name: Checkout to target branch
21-
run: |
22-
git fetch
23-
git checkout ${{ github.ref_name }}
24-
2520
- name: Run static dart analysis with fatal infos
2621
run: dart analyze --fatal-infos
2722

.github/workflows/static-analysis.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ jobs:
2222
flutter-version: "2.10.0"
2323
channel: "stable"
2424
- run: flutter --version
25-
- name: Checkout to target branch
26-
run: |
27-
git fetch
28-
git checkout ${{ github.ref_name }}
2925
- name: Fetch packages
3026
run: flutter pub get
3127

0 commit comments

Comments
 (0)