-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move ATM fraud to examples repo (#425)
- Loading branch information
Showing
11 changed files
with
255 additions
and
240 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,11 +17,13 @@ jobs: | |
os: | ||
- ubuntu-22.04 | ||
- windows-2022 | ||
python-version: [ "3.10", "3.11" ] | ||
python-version: ["3.10", "3.11"] | ||
runs-on: ${{ matrix.os }} | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
with: | ||
submodules: true | ||
|
||
- name: Install Python and set up Poetry | ||
uses: bakdata/ci-templates/actions/[email protected] | ||
|
@@ -69,7 +71,7 @@ jobs: | |
|
||
- name: Install docs dependencies | ||
run: poetry install --with docs | ||
|
||
- name: Check markdown, toml, css formatting | ||
uses: dprint/[email protected] | ||
if: runner.os == 'Linux' | ||
|
@@ -83,21 +85,21 @@ jobs: | |
uses: bakdata/ci-templates/.github/workflows/[email protected] | ||
secrets: | ||
pypi-token: ${{ secrets.TEST_PYPI_TOKEN }} | ||
|
||
publish-docs-from-main: | ||
runs-on: ubuntu-22.04 | ||
if: ${{ github.ref == 'refs/heads/main' }} | ||
needs: [test] | ||
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- name: Publish docs from main branch | ||
uses: ./.github/actions/update-docs | ||
with: | ||
username: ${{ secrets.GH_USERNAME }} | ||
email: ${{ secrets.GH_EMAIL }} | ||
token: ${{ secrets.GH_TOKEN }} | ||
version: main | ||
version: main | ||
|
||
publish-dev-docs-from-pr: | ||
runs-on: ubuntu-22.04 | ||
|
@@ -118,11 +120,11 @@ jobs: | |
docs: | ||
- added|deleted|modified: 'docs/**' | ||
- name: Publish dev docs from PR | ||
- name: Publish dev docs from PR | ||
if: steps.docs-changes.outputs.docs == 'true' | ||
uses: ./.github/actions/update-docs | ||
with: | ||
username: ${{ secrets.GH_USERNAME }} | ||
email: ${{ secrets.GH_EMAIL }} | ||
token: ${{ secrets.GH_TOKEN }} | ||
version: dev | ||
version: dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "examples"] | ||
path = examples | ||
url = https://github.com/bakdata/kpops-examples |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.