Skip to content

Commit 9841ec6

Browse files
committed
Fix indentation issue causing CI checks from not running
1 parent 0b48d4b commit 9841ec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
path: ./build/coverage.info
3838
build-code-example:
39-
runs-on: ubuntu-latest
39+
runs-on: ubuntu-latest
4040
steps:
4141
- name: Clone This Repo
4242
uses: actions/checkout@v2

0 commit comments

Comments
 (0)