Skip to content

fix: CRLF to LF to pass YAML lint #163

fix: CRLF to LF to pass YAML lint

fix: CRLF to LF to pass YAML lint #163

Workflow file for this run

name: Yaml Lint
on: [push, pull_request] # yamllint disable-line rule:truthy
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out configuration from GitHub
uses: actions/[email protected]
- name: 🚀 Run yamllint
uses: ibiqlik/action-yamllint@v3
with:
config_file: .yamllint.yaml