kubemgr 0.3.1

The fastest way to merge Kubernetes configuration files 🏎.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: 🦀 Pull Request

on:
  pull_request:

jobs:
  lint:
    name: Lint
    uses: ./.github/workflows/lint.yml

  build:
    needs: lint
    name: Build
    uses: ./.github/workflows/build.yml