Skip to content

Fix typo

Fix typo #40

Workflow file for this run

name: YAML lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: YAML Lint
uses: ibiqlik/action-yamllint@v3.0.0
with:
format: colored
file_or_dir: locale/
config_data: |
extends: default
rules:
brackets: disable
line-length: disable
new-line-at-end-of-file:
level: warning
trailing-spaces: disable
document-start: disable
truthy: disable
comments: disable