File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -908,39 +908,6 @@ jobs:
908908 cargo test -- --test-threads=1
909909 '
910910
911- ci_command_docs :
912- needs : [merge_queue_noop]
913- if : ${{ needs.merge_queue_noop.outputs.skip != 'true' }}
914- name : Check CI command docs
915- runs-on : spacetimedb-new-runner-2
916- env :
917- RUST_BACKTRACE : full
918- steps :
919- - name : Find Git ref
920- env :
921- GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
922- shell : bash
923- run : |
924- PR_NUMBER="${{ github.event.inputs.pr_number || null }}"
925- if test -n "${PR_NUMBER}"; then
926- GIT_REF="$( gh pr view --repo clockworklabs/SpacetimeDB $PR_NUMBER --json headRefName --jq .headRefName )"
927- else
928- GIT_REF="${{ github.ref }}"
929- fi
930- echo "GIT_REF=${GIT_REF}" >>"$GITHUB_ENV"
931-
932- - name : Checkout sources
933- uses : actions/checkout@v4
934- with :
935- ref : ${{ env.GIT_REF }}
936-
937- - uses : dsherret/rust-toolchain-file@v1
938- - name : Set default rust toolchain
939- run : rustup default $(rustup show active-toolchain | cut -d' ' -f1)
940-
941- - name : Check for docs change
942- run : cargo ci self-docs --check
943-
944911 cli_docs :
945912 needs : [merge_queue_noop]
946913 if : ${{ needs.merge_queue_noop.outputs.skip != 'true' }}
You can’t perform that action at this time.
0 commit comments