Skip to content

remove cert words

remove cert words #96

Workflow file for this run

name: YAML Lint
on:
pull_request:
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Check out repository content
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Run YAML Lint
uses: github/super-linter@v4
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_YAML: true
YAML_LINTER_RULES_PATH: .github/workflows/.yamllint
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}