Skip to content

Merge branch 'master' of github.com:pdostal/wireguard #79

Merge branch 'master' of github.com:pdostal/wireguard

Merge branch 'master' of github.com:pdostal/wireguard #79

Workflow file for this run

---
name: 'Yamllint'
on:
- pull_request
- push
jobs:
yamllint:
name: 'Yamllint'
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@master
- name: 'Yamllint'
uses: karancode/yamllint-github-action@master