Skip to content

Commit 28e547d

Browse files
fix: correct YAML indentation in CI workflow triggers
1 parent 94fb1d3 commit 28e547d

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: CI
22

33
on:
4-
push:
5-
branches: [main]
6-
pull_request:
7-
branches: [main]
4+
push:
5+
branches: [main]
6+
pull_request:
7+
branches: [main]
88

99
jobs:
1010
test:
@@ -30,4 +30,3 @@ jobs:
3030
- name: Run tests
3131
run: |
3232
python -m pytest tests/ -v --cov=json2sql --cov-report=term-missing
33-

0 commit comments

Comments
 (0)