chore(deps): update ghcr.io/hertzg/rtl_433_docker:24.10-alpine docker digest to 90cb13e #26508
Workflow file for this run
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
name: test | |
on: | |
workflow_dispatch: | |
pull_request: | |
push: | |
branches: [ '*' ] | |
tags-ignore: [ '*' ] | |
jobs: | |
manifests: | |
runs-on: ubuntu-24.04 | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Setup yq | |
uses: fluxcd/pkg/actions/yq@main | |
- name: Setup kubeconform | |
uses: fluxcd/pkg/actions/kubeconform@main | |
- name: Setup kustomize | |
uses: fluxcd/pkg/actions/kustomize@main | |
- name: Validate manifests | |
run: .github/workflows/test/validate.sh |