Skip to content

Commit 8f5dbe1

Browse files
committed
feat(#267): Maybe fixed gata validation
1 parent 80ed2b8 commit 8f5dbe1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/main_validate.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Data validation
22
on:
33
push:
4-
branches: [ master ]
4+
branches: [master]
55
pull_request:
6-
branches: [ master ]
6+
branches: [master]
77
workflow_dispatch:
88
jobs:
99
build:
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v2
1414
- uses: actions/setup-python@v5
1515
with:
16-
python-version: '3.12'
16+
python-version: "3.12"
1717

1818
- name: Install dependecies
1919
if: steps.cache-dependencies.outputs.cache-hit != 'true'
@@ -22,4 +22,5 @@ jobs:
2222
2323
- name: Validate
2424
run: |
25-
python util.py validate-data
25+
cd ./src
26+
python -m pokete.util validate-data

0 commit comments

Comments
 (0)