Skip to content

Commit a75dae1

Browse files
committed
Fix TLA workflow YAML indentation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: d729ac7e-d3b0-4e13-97ba-f8aa6a2d02d9 Signed-off-by: Alan Jowett <alanjo@microsoft.com>
1 parent 633bcf1 commit a75dae1

1 file changed

Lines changed: 28 additions & 28 deletions

File tree

.github/workflows/tla-plus-models.yml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)