Skip to content

Initial k8s_sandbox project #8

Initial k8s_sandbox project

Initial k8s_sandbox project #8

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
uses: ./.github/workflows/lint.yml
format:
uses: ./.github/workflows/format.yml
type-check:
uses: ./.github/workflows/type-check.yml
test:
uses: ./.github/workflows/test.yml
pre-commit:
uses: ./.github/workflows/pre-commit.yml