Add PuppetCore gem source support to gem_ci and tools_mend_ruby workflows #449
Workflow file for this run
This file contains hidden or 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: "lint" | |
on: | |
push: | |
branches: | |
- "main" | |
pull_request: | |
branches: | |
- "main" | |
jobs: | |
lint: | |
runs-on: "ubuntu-latest" | |
steps: | |
- name: "Checkout" | |
uses: "actions/checkout@v4" | |
- name: "Run yaml-lint" | |
uses: "ibiqlik/action-yamllint@v3" | |
with: | |
file_or_dir: ".github/" | |
config_file: ".yamllint" |