Skip to content

Commit bbdc0a3

Browse files
committed
Formatting; should be done
1 parent 1c079fa commit bbdc0a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ jobs:
5757
- name: Show libraries
5858
run: python -m pip freeze
5959

60-
- name: Get Cmdstan Version
60+
- name: Get CmdStan version
6161
id: check-cmdstan
6262
# get the latest cmdstan version to use as part of the cache key
6363
run: |
6464
echo "::set-output name=version::$(python -c 'import requests;print(requests.get("https://api.github.com/repos/stan-dev/cmdstan/releases/latest").json()["tag_name"][1:])')"
6565
shell: bash
6666

67-
- name: Cmdstan installation cacheing
67+
- name: CmdStan installation cacheing
6868
uses: actions/cache@v2
6969
with:
7070
path: ~/.cmdstan

0 commit comments

Comments
 (0)