Skip to content

Add github.com to known_hosts file (#8) #36

Add github.com to known_hosts file (#8)

Add github.com to known_hosts file (#8) #36

Workflow file for this run

---
name: Lint
on: # yamllint disable-line rule:truthy
- push
jobs:
yaml:
name: YAML
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: pip install yamllint
- run: yamllint -s -f github .