Skip to content

Commit

Permalink
set config file
Browse files Browse the repository at this point in the history
  • Loading branch information
ccataalin authored Jul 31, 2024
1 parent 646ac9c commit b438973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-types-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
"
- name: Check types for ckan
run: docker-compose exec -T ckan pyright /srv/ckan/ckan
run: docker-compose exec -T ckan pyright -p /srv/ckan/pyproject.toml /srv/ckan/ckan

- name: Check types for ckanext-hdx_dataviz
run: docker-compose exec -T ckan pyright /srv/ckan/ckanext-hdx_dataviz
Expand Down

0 comments on commit b438973

Please sign in to comment.