Skip to content

Merge pull request #62 from sergiy-petrov/sergiy-petrov-patch-1 #98

Merge pull request #62 from sergiy-petrov/sergiy-petrov-patch-1

Merge pull request #62 from sergiy-petrov/sergiy-petrov-patch-1 #98

name: "Integrate"
on: # yamllint disable-line rule:truthy
pull_request: null
push:
branches:
- "main"
jobs:
lint:
runs-on: "ubuntu-latest"
steps:
- name: "Checkout"
uses: "actions/checkout@v5"
- name: "Lint YAML files"
uses: "ibiqlik/action-yamllint@v3.1"
with:
config_file: ".yamllint.yaml"
file_or_dir: "."
strict: true