Skip to content

Closes #16 shed-config-get with yq color formatting #84

Closes #16 shed-config-get with yq color formatting

Closes #16 shed-config-get with yq color formatting #84

name: Build and Test on Push
on:
push:
branches:
- "*"
pull_request:
branches:
- main
jobs:
quality:
uses: ./.github/workflows/quality-shellcheck.yml
build:
needs: quality
uses: ./.github/workflows/build-deb-file.yml
test-ubuntu:
needs: build
uses: ./.github/workflows/test-with-ubuntu.yml
test-debian:
needs: build
uses: ./.github/workflows/test-with-debian.yml