Skip to content

Fix MobaxTerm URL in the README.md #84

Fix MobaxTerm URL in the README.md

Fix MobaxTerm URL in the README.md #84

Workflow file for this run

---
name: Yamllint
# Always run on Pull Requests
on: # yamllint disable-line rule:truthy
- pull_request
jobs:
yamllint:
name: Run Yamllint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: 'Yamllint'
uses: karancode/yamllint-github-action@master
with:
yamllint_comment: false