Skip to content

Commit e283b5f

Browse files
author
oanatmaria
committed
Split python packages
1 parent ee7c9f2 commit e283b5f

64 files changed

Lines changed: 356 additions & 3079 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci.yaml

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -57,26 +57,11 @@ jobs:
5757
with:
5858
version: 1.2.1
5959

60-
- name: Lint & test aserto package
60+
- name: Run lint
6161
run: |
62-
cd packages/aserto
63-
poetry install
64-
poetry run pyright .
65-
poetry run pytest -vv
66-
cd ../..
67-
68-
- name: Lint & test aserto-idp package
69-
run : |
70-
cd packages/aserto-idp
71-
poetry install
72-
poetry run pyright .
73-
poetry run pytest -vv
74-
cd ../..
75-
76-
- name: Lint & test flask-aserto package
77-
run : |
78-
cd packages/flask-aserto
7962
poetry install
8063
poetry run pyright .
64+
65+
- name: Run tests
66+
run: |
8167
poetry run pytest -vv
82-
cd ../..
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: gitleaks-check
2+
3+
on: [pull_request]
4+
5+
jobs:
6+
test:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v2
10+
with:
11+
fetch-depth: 0
12+
- name: gitleaks-check
13+
uses: aserto-dev/gitleaks-action@master

DEVELOPER.md

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)