Skip to content

Commit b23f773

Browse files
committed
Update github action pipeline
1 parent c6218b7 commit b23f773

File tree

3 files changed

+19
-10
lines changed

3 files changed

+19
-10
lines changed

.gg.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"canCommit":{"success":{"hash":3849130317938}},"doCommit":{"success":{"hash":3849130317938}},"canPublish":{"success":{"hash":3849130317938}}}
1+
{"canCommit":{"success":{"hash":3848989757816}},"doCommit":{"success":{"hash":3848989757816}},"canPublish":{"success":{"hash":3849130317938}},"canPush":{"success":{"hash":3848989757816}},"doPush":{"success":{"hash":3848989757816}}}

.github/workflows/pipeline.yaml

+11-9
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
2525
- name: Checkout Repository
2626
uses: actions/checkout@v4
27+
with:
28+
fetch-depth: 0
2729

2830
- name: Check for Flutter Project
2931
run: |
@@ -75,14 +77,14 @@ jobs:
7577
dart pub get
7678
fi
7779
78-
# - name: Activate gg
79-
# run: dart pub global activate gg
80-
#
81-
# - name: gg did push
82-
# run: gg did push
80+
- name: Activate gg
81+
run: dart pub global activate gg
82+
83+
- name: Did you execute »gg did push«?
84+
run: gg did push
8385

84-
- name: Run tests
85-
run: dart test
86+
- name: Did you execute »gg did commit«?
87+
run: gg did push
8688

87-
- name: Run Script
88-
run: dart run gg can commit
89+
- name: Run »gg can commit --force«
90+
run: gg can commit --force

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [Unreleased]
4+
5+
### Changed
6+
7+
- Kidney: Auto check all repos
8+
39
## [1.0.1] - 2024-04-05
410

511
### Changed
@@ -13,4 +19,5 @@
1319

1420
- Initial version.
1521

22+
[Unreleased]: https://github.com/inlavigo/gg_hash/compare/1.0.1...HEAD
1623
[1.0.1]: https://github.com/inlavigo/gg_hash/compare/1.0.0...1.0.1

0 commit comments

Comments
 (0)