Skip to content

Update for RPI4 and kernel 6 #29

Update for RPI4 and kernel 6

Update for RPI4 and kernel 6 #29

Workflow file for this run

---
name: Docs lint
on: # yamllint disable-line rule:truthy
- push
- pull_request
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: "check env vars"
run: |
export | sort
env | sort
ls -la
- name: markdownlint-cli
uses: nosborn/github-action-markdown-cli@v1.1.1
with:
files: .
config_file: .markdownlint.yaml