Skip to content

Commit e71a857

Browse files
committed
debug
1 parent 8e1928d commit e71a857

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@ jobs:
66
test:
77
runs-on: ubuntu-latest
88
steps:
9-
steps:
10-
- uses: actions/checkout@v3
11-
- uses: actions/setup-python@v4
12-
with:
13-
python-version: '3.10'
9+
- uses: actions/checkout@v3
10+
- uses: actions/setup-python@v4
11+
with:
12+
python-version: '3.10'
1413
- name: Convert yaml to json
1514
run: python .github/workflows/lib/yaml_to_json.py resources/referers.yml referers.json
1615
- name: Check

0 commit comments

Comments
 (0)