Skip to content
This repository was archived by the owner on Sep 29, 2025. It is now read-only.

Commit a40074e

Browse files
authored
Merge pull request #16 from openedx/jawayria/fix-ci
fix: Fixed indentation in CI workflow
2 parents d371ad1 + 42321d0 commit a40074e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
- name: Install dependencies
2727
run: npm install
2828
# The owning team will fix the issues and uncomment the steps after necessary linting and configuring changes
29-
- name: Lint
30-
run: npm run lint
29+
- name: Lint
30+
run: npm run lint
3131

3232
# - name: Test
3333
# run: |

0 commit comments

Comments
 (0)