Skip to content

Commit

Permalink
Split python packages
Browse files Browse the repository at this point in the history
  • Loading branch information
oanatmaria committed Jan 16, 2024
1 parent ee7c9f2 commit e283b5f
Show file tree
Hide file tree
Showing 64 changed files with 356 additions and 3,079 deletions.
23 changes: 4 additions & 19 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,26 +57,11 @@ jobs:
with:
version: 1.2.1

- name: Lint & test aserto package
- name: Run lint
run: |
cd packages/aserto
poetry install
poetry run pyright .
poetry run pytest -vv
cd ../..
- name: Lint & test aserto-idp package
run : |
cd packages/aserto-idp
poetry install
poetry run pyright .
poetry run pytest -vv
cd ../..
- name: Lint & test flask-aserto package
run : |
cd packages/flask-aserto
poetry install
poetry run pyright .
- name: Run tests
run: |
poetry run pytest -vv
cd ../..
13 changes: 13 additions & 0 deletions .github/workflows/gitleaks-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: gitleaks-check

on: [pull_request]

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: gitleaks-check
uses: aserto-dev/gitleaks-action@master
55 changes: 0 additions & 55 deletions DEVELOPER.md

This file was deleted.

Loading

0 comments on commit e283b5f

Please sign in to comment.