Skip to content

Commit

Permalink
feat: Kitten Data and Analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversalzburg committed Aug 25, 2024
1 parent 9f8a25f commit 1f22c6d
Show file tree
Hide file tree
Showing 119 changed files with 7,220 additions and 445 deletions.
42 changes: 42 additions & 0 deletions .github/workflows/container-qa.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
name: QA Container

on:
pull_request:
push:
branches:
- "**"
- "!main"

jobs:
qa-devcontainer:
# We don't need to run this on Renovate PRs. We will already test the `renovate/foo` branch.
if: github.event_name != 'pull_request' || github.actor != 'renovate[bot]'
name: 🔹 QA Devcontainer
uses: oliversalzburg/workflows/.github/workflows/qa-nodejs-oci.yml@main
with:
containerfile: packages/devcontainer/Containerfile
working-directory: packages/devcontainer
qa-ksa-backend:
# We don't need to run this on Renovate PRs. We will already test the `renovate/foo` branch.
if: github.event_name != 'pull_request' || github.actor != 'renovate[bot]'
name: 🔹 QA Backend
uses: oliversalzburg/workflows/.github/workflows/qa-nodejs-oci.yml@main
with:
containerfile: packages/kitten-analysts/backend.Containerfile
working-directory: packages/kitten-analysts
qa-ksa-game:
# We don't need to run this on Renovate PRs. We will already test the `renovate/foo` branch.
if: github.event_name != 'pull_request' || github.actor != 'renovate[bot]'
name: 🔹 QA Game
uses: oliversalzburg/workflows/.github/workflows/qa-nodejs-oci.yml@main
with:
containerfile: packages/kitten-analysts/game.Containerfile
working-directory: packages/kitten-analysts
qa-ksa-ui:
# We don't need to run this on Renovate PRs. We will already test the `renovate/foo` branch.
if: github.event_name != 'pull_request' || github.actor != 'renovate[bot]'
name: 🔹 QA UI
uses: oliversalzburg/workflows/.github/workflows/qa-nodejs-oci.yml@main
with:
containerfile: packages/kitten-analysts/ui.Containerfile
working-directory: packages/kitten-analysts
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@

# yarn internals are already pretty enough
.yarn/

packages/kitten-analysts/examples/*
Loading

0 comments on commit 1f22c6d

Please sign in to comment.