Skip to content

feat: handle https, add some convenience methods #5

feat: handle https, add some convenience methods

feat: handle https, add some convenience methods #5

Workflow file for this run

---
name: YAML Lint
on:
pull_request:
branches: [main]
jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3
with:
file_or_dir: .
config_file: .yamllint