Use Beyla's k8s service discovery instead of BEYLA_SYSTEM_WIDE #93
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: "YAML lint" | |
on: | |
workflow_dispatch: | |
pull_request: | |
permissions: | |
contents: read | |
pull-requests: read | |
jobs: | |
yamllint: | |
runs-on: ubuntu-latest | |
steps: | |
- name: 'Checkout' | |
uses: actions/checkout@master | |
- name: Yamllint Github Action | |
uses: karancode/[email protected] | |
with: | |
yamllint_config_filepath: ./.github/workflows/config/yamllint.yaml |