(WIP) set up experimental (#7959)

This commit is contained in:
Harrison Chase
2023-07-21 09:20:24 -07:00
committed by GitHub
parent 623b321e75
commit f35db9f43e
1540 changed files with 2399 additions and 2180 deletions

View File

@@ -52,11 +52,13 @@ runs:
- name: Check Poetry File
shell: bash
working-directory: ${{ inputs.working-directory }}
run: |
poetry check
- name: Check lock file
shell: bash
working-directory: ${{ inputs.working-directory }}
run: |
poetry lock --check