File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -126,31 +126,31 @@ jobs:
126126 done
127127 done
128128
129- tlaps :
130- name : TLAPS proof check
131- runs-on : ubuntu-latest
132-
133- steps :
134- - name : Checkout
135- uses : actions/checkout@v6.0.1
136-
137- - name : Install TLAPS (tlapm)
138- shell : bash
139- run : |
140- set -euo pipefail
141-
142- installer="tlaps-1.5.0-x86_64-linux-gnu-inst.bin"
143- curl -fsSL -o "${installer}" \
144- https://github.com/tlaplus/tlapm/releases/download/202210041448/${installer}
145- chmod a+x "${installer}"
146-
147- prefix="${RUNNER_TEMP}/tlaps"
148- "./${installer}" -d "${prefix}"
149-
150- echo "${prefix}/bin" >> "$GITHUB_PATH"
151-
152- - name : Run TLAPS proofs
153- shell : bash
154- run : |
155- set -euo pipefail
156- bash scripts/run_tlaps.sh
129+ tlaps :
130+ name : TLAPS proof check
131+ runs-on : ubuntu-latest
132+
133+ steps :
134+ - name : Checkout
135+ uses : actions/checkout@v6.0.1
136+
137+ - name : Install TLAPS (tlapm)
138+ shell : bash
139+ run : |
140+ set -euo pipefail
141+
142+ installer="tlaps-1.5.0-x86_64-linux-gnu-inst.bin"
143+ curl -fsSL -o "${installer}" \
144+ https://github.com/tlaplus/tlapm/releases/download/202210041448/${installer}
145+ chmod a+x "${installer}"
146+
147+ prefix="${RUNNER_TEMP}/tlaps"
148+ "./${installer}" -d "${prefix}"
149+
150+ echo "${prefix}/bin" >> "$GITHUB_PATH"
151+
152+ - name : Run TLAPS proofs
153+ shell : bash
154+ run : |
155+ set -euo pipefail
156+ bash scripts/run_tlaps.sh
You can’t perform that action at this time.
0 commit comments