Skip to content

build(deps): bump google-github-actions/run-gemini-cli from 0.1.20 to 0.1.22 in /.github/workflows #111

build(deps): bump google-github-actions/run-gemini-cli from 0.1.20 to 0.1.22 in /.github/workflows

build(deps): bump google-github-actions/run-gemini-cli from 0.1.20 to 0.1.22 in /.github/workflows #111

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