Skip to content

Added support for paged quay API requests #837

Added support for paged quay API requests

Added support for paged quay API requests #837

Workflow file for this run

---
name: Repo Linter
on: [push, pull_request]
jobs:
yaml_lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3.1
with:
# Path to custom configuration
config_file: .github/workflow-config/yamllint.yml
# Custom configuration (as YAML source)
# config_data: # optional
# Format for parsing output [parsable,standard,colored,auto]
# format: # optional, default is colored
# Return non-zero exit code on warnings as well as errors
# strict: # optional, default is false