Skip to content

Not used method removed from AjaxController #10

Not used method removed from AjaxController

Not used method removed from AjaxController #10

Workflow file for this run

name: Yaml Lint
on: [ pull_request ]
jobs:
lint_yaml_files:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3
with:
file_or_dir: config/*.yml config/**/*.yml
config_file: .yamllint.yml