Skip to content

Commit 8152213

Browse files
committed
fix: steps indentation
1 parent ef10357 commit 8152213

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

.github/workflows/build-coq-demo.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ jobs:
3434

3535
# Steps represent a sequence of tasks that will be executed as part of the job
3636
steps:
37-
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
38-
- uses: actions/checkout@v2
39-
- uses: coq-community/docker-coq-action@v1
40-
with:
41-
opam_file: 'coq-demo.opam'
42-
coq_version: ${{ matrix.coq_version }}
43-
ocaml_version: ${{ matrix.ocaml_version }}
37+
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
38+
- uses: actions/checkout@v2
39+
- uses: coq-community/docker-coq-action@v1
40+
with:
41+
opam_file: 'coq-demo.opam'
42+
coq_version: ${{ matrix.coq_version }}
43+
ocaml_version: ${{ matrix.ocaml_version }}
4444

4545
mathcomp:
4646
runs-on: ubuntu-latest
@@ -54,11 +54,11 @@ jobs:
5454
max-parallel: 4
5555
fail-fast: false
5656
steps:
57-
- uses: actions/checkout@v2
58-
- uses: coq-community/docker-coq-action@v1
59-
with:
60-
opam_file: './coq-demo.opam'
61-
custom_image: ${{ matrix.image }}
57+
- uses: actions/checkout@v2
58+
- uses: coq-community/docker-coq-action@v1
59+
with:
60+
opam_file: './coq-demo.opam'
61+
custom_image: ${{ matrix.image }}
6262

6363
# Remark:
6464
# you may want to add the following badge to your README.md:

.github/workflows/misc-test.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,21 @@ jobs:
1313
uid-test:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v2
17-
- run: id
18-
- uses: erikmd/docker-coq-action@master
19-
with:
20-
opam_file: './coq-demo.opam'
21-
coq_version: 'latest'
22-
ocaml_version: '4.07-flambda'
23-
custom_script: |
24-
# small test, not intended for demo purposes
25-
startGroup Test UID+GID
26-
id
27-
pwd
28-
ls -hal
29-
stat -c "UID=%u,GID=%g %n" $WORKDIR/$PACKAGE.opam
30-
endGroup
31-
startGroup Print opam config
32-
opam config list; opam repo list; opam list
33-
endGroup
16+
- uses: actions/checkout@v2
17+
- run: id
18+
- uses: erikmd/docker-coq-action@master
19+
with:
20+
opam_file: './coq-demo.opam'
21+
coq_version: 'latest'
22+
ocaml_version: '4.07-flambda'
23+
custom_script: |
24+
# small test, not intended for demo purposes
25+
startGroup Test UID+GID
26+
id
27+
pwd
28+
ls -hal
29+
stat -c "UID=%u,GID=%g %n" $WORKDIR/$PACKAGE.opam
30+
endGroup
31+
startGroup Print opam config
32+
opam config list; opam repo list; opam list
33+
endGroup

0 commit comments

Comments
 (0)