Skip to content

simplify app_info to get info for one app only #711

simplify app_info to get info for one app only

simplify app_info to get info for one app only #711

Workflow file for this run

---
## Source: https://github.com/marketplace/actions/yaml-lint
name: Yaml Lint
"on":
pull_request:
push:
schedule:
- cron: "0 7 * * *"
jobs:
yaml-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run yaml-lint
uses: ibiqlik/action-yamllint@v3
with:
config_file: .yamllint.yml
format: github