Skip to content

Commit

Permalink
chore: Add safety
Browse files Browse the repository at this point in the history
  • Loading branch information
dpriskorn committed Jul 13, 2023
1 parent 986ef48 commit 7927b38
Show file tree
Hide file tree
Showing 3 changed files with 209 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/lint_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
lint_python:
needs: ruff
runs-on: ubuntu-latest
# env:
# ia_sandbox: ${{ secrets.ia_sandbox }}
steps:
- uses: actions/checkout@v3
- name: Install poetry
Expand All @@ -25,8 +23,6 @@ jobs:
with:
python-version: 3.x
cache: 'poetry'
# - name: Redis Server in GitHub Actions
# uses: supercharge/[email protected]
- run: pip install --upgrade pip wheel
- run: poetry install --with=dev
- run: poetry run black --check .
Expand Down
Loading

0 comments on commit 7927b38

Please sign in to comment.