Skip to content

Commit

Permalink
add poetry install action
Browse files Browse the repository at this point in the history
  • Loading branch information
mnyrop committed Aug 28, 2024
1 parent 95872ec commit 2e181ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/validate-docs-to-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ on:
- main

jobs:
deploy:
validate:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: snok/install-poetry@v1
- name: validate
run: poetry run python lib/validate_json_to_schema.py

0 comments on commit 2e181ef

Please sign in to comment.