Skip to content

chore(docs): rename identifier tokens #7087

chore(docs): rename identifier tokens

chore(docs): rename identifier tokens #7087

Workflow file for this run

---
name: 'Yamllint'
on:
- pull_request
jobs:
lintAllTheThings:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3
with:
file_or_dir: .
config_data: |
extends: default
rules:
new-line-at-end-of-file:
level: warning
trailing-spaces:
level: warning
line-length:
level: warning