Richard Nemeth
3 weeks ago
No known key found for this signature in database
GPG Key ID: 21C39470DF3DEC39
4 changed files with
8 additions and
8 deletions
-
.github/workflows/bump.yaml
-
.github/workflows/daily.yaml
-
.github/workflows/lint.yaml
-
.github/workflows/publish.yaml
|
@ -9,7 +9,7 @@ on: |
|
|
|
|
|
|
|
|
jobs: |
|
|
jobs: |
|
|
tag-version: |
|
|
tag-version: |
|
|
runs-on: ubuntu-latest |
|
|
|
|
|
|
|
|
runs-on: ubuntu-22.04 |
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v4 |
|
|
- uses: actions/checkout@v4 |
|
|
with: |
|
|
with: |
|
|
|
@ -6,7 +6,7 @@ on: |
|
|
|
|
|
|
|
|
jobs: |
|
|
jobs: |
|
|
test: |
|
|
test: |
|
|
runs-on: ubuntu-latest |
|
|
|
|
|
|
|
|
runs-on: ubuntu-22.04 |
|
|
strategy: |
|
|
strategy: |
|
|
fail-fast: false |
|
|
fail-fast: false |
|
|
matrix: |
|
|
matrix: |
|
|
|
@ -8,13 +8,13 @@ on: |
|
|
|
|
|
|
|
|
jobs: |
|
|
jobs: |
|
|
check-commits: |
|
|
check-commits: |
|
|
runs-on: ubuntu-latest |
|
|
|
|
|
|
|
|
runs-on: ubuntu-22.04 |
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v4 |
|
|
- uses: actions/checkout@v4 |
|
|
- uses: webiny/action-conventional-commits@v1.3.0 |
|
|
- uses: webiny/action-conventional-commits@v1.3.0 |
|
|
|
|
|
|
|
|
check-linting: |
|
|
check-linting: |
|
|
runs-on: ubuntu-latest |
|
|
|
|
|
|
|
|
runs-on: ubuntu-22.04 |
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v4 |
|
|
- uses: actions/checkout@v4 |
|
|
- name: Set up Python 3.13 |
|
|
- name: Set up Python 3.13 |
|
@ -31,7 +31,7 @@ jobs: |
|
|
poetry run tox -e check |
|
|
poetry run tox -e check |
|
|
|
|
|
|
|
|
check-docs: |
|
|
check-docs: |
|
|
runs-on: ubuntu-latest |
|
|
|
|
|
|
|
|
runs-on: ubuntu-22.04 |
|
|
needs: |
|
|
needs: |
|
|
- check-commits |
|
|
- check-commits |
|
|
- check-linting |
|
|
- check-linting |
|
@ -51,7 +51,7 @@ jobs: |
|
|
poetry run tox -e docs |
|
|
poetry run tox -e docs |
|
|
|
|
|
|
|
|
test: |
|
|
test: |
|
|
runs-on: ubuntu-latest |
|
|
|
|
|
|
|
|
runs-on: ubuntu-22.04 |
|
|
strategy: |
|
|
strategy: |
|
|
fail-fast: false |
|
|
fail-fast: false |
|
|
matrix: |
|
|
matrix: |
|
@ -82,7 +82,7 @@ jobs: |
|
|
cat keycloak_test_logs.txt |
|
|
cat keycloak_test_logs.txt |
|
|
|
|
|
|
|
|
build: |
|
|
build: |
|
|
runs-on: ubuntu-latest |
|
|
|
|
|
|
|
|
runs-on: ubuntu-22.04 |
|
|
needs: |
|
|
needs: |
|
|
- test |
|
|
- test |
|
|
- check-docs |
|
|
- check-docs |
|
|
|
@ -7,7 +7,7 @@ on: |
|
|
|
|
|
|
|
|
jobs: |
|
|
jobs: |
|
|
publish: |
|
|
publish: |
|
|
runs-on: ubuntu-latest |
|
|
|
|
|
|
|
|
runs-on: ubuntu-22.04 |
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v4 |
|
|
- uses: actions/checkout@v4 |
|
|
with: |
|
|
with: |
|
|