Skip to content

Commit 97fd76a

Browse files
committed
README work
1 parent 8118118 commit 97fd76a

File tree

2 files changed

+423
-7
lines changed

2 files changed

+423
-7
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@ jobs:
7575
working-directory: ./temporalio
7676
run: bundle install
7777

78-
- name: Check generated protos
78+
- name: Check generated code unchanged
7979
if: ${{ matrix.checkTarget }}
80-
working-directory: ./temporalio
8180
run: |
82-
bundle exec rake proto:generate
83-
[[ -z $(git status --porcelain lib/temporalio/api) ]] || (git diff lib/temporalio/api; echo "Protos changed" 1>&2; exit 1)
81+
npx doctoc README.md
82+
cd temporalio && bundle exec rake proto:generate
83+
git diff --exit-code
8484
8585
- name: Lint, compile, test Ruby
8686
working-directory: ./temporalio

0 commit comments

Comments
 (0)