Skip to content

Commit fbb5999

Browse files
committed
Initial trial to use GitHub workflow
1 parent 7880100 commit fbb5999

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/base/check-format/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
runs:
2+
using: "composite"
23
container:
34
image: jfrog.svc.cscs.ch/vcef/libsarus/formatting:latest
45
steps:

.github/workflows/default.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ jobs:
77
check-format:
88
runs-on: ubuntu-latest
99
steps:
10+
- uses: actions/checkout@v2
1011
- uses: base/check-format@v1
1112

1213
check-runner:
1314
runs-on: ubuntu-latest
1415
steps:
16+
- uses: actions/checkout@v2
1517
- uses: base/check-format@v2

0 commit comments

Comments
 (0)