Skip to content

Add module code-block-ex #44

Add module code-block-ex

Add module code-block-ex #44

Workflow file for this run

---
name: yamllint
on:
push:
branches-ignore: [dist]
pull_request:
branches-ignore: [dist]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install yamllint
run: sudo apt-get install -yqq yamllint
- run: yamllint .