Skip to content

fix(infracost): replace deprecated set-output with GITHUB_OUTPUT #174

fix(infracost): replace deprecated set-output with GITHUB_OUTPUT

fix(infracost): replace deprecated set-output with GITHUB_OUTPUT #174

---
name: YAML-LINTER
on: [pull_request]
jobs:
YAML-LINTER:
runs-on: ubuntu-latest
steps:
- name: 📦 Checkout Repository
uses: actions/checkout@v7
- name: 🔍 yaml-lint
uses: ibiqlik/action-yamllint@v3
continue-on-error: true
with:
file_or_dir: .github/workflows/
config_file: .yamllint.yml
...