[prometheus-node-exporter] Fix tag used in semverCompare to be able to use custom tagged versions of node-exporter image #7257
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: Check CODEOWNERS | |
on: pull_request | |
jobs: | |
build: | |
runs-on: ubuntu-20.04 | |
steps: | |
- name: Checkout Code | |
uses: actions/checkout@v4 | |
- name: install yq | |
run: | | |
sudo snap install yq | |
- name: generate CODEOWNERS | |
run: | | |
./scripts/check-codeowners.sh > .github/CODEOWNERS | |
- name: check CODEOWNERS for modifications | |
run: | | |
git diff --exit-code |