Skip to content

Commit 88b8daf

Browse files
author
Felix Exner
committed
Fix workflow indentation
1 parent 00325fb commit 88b8daf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v2
15-
- uses: 'ros-industrial/industrial_ci@master'
16-
env:
17-
ROS_DISTRO: melodic
18-
CLANG_FORMAT_CHECK: file
19-
CLANG_FORMAT_VERSION: "9"
14+
- uses: actions/checkout@v2
15+
- uses: 'ros-industrial/industrial_ci@master'
16+
env:
17+
ROS_DISTRO: melodic
18+
CLANG_FORMAT_CHECK: file
19+
CLANG_FORMAT_VERSION: "9"
2020

2121
build:
2222
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)