Skip to content

Replaced auto-sync src's in commit msgs w/ URLs #82

Replaced auto-sync src's in commit msgs w/ URLs

Replaced auto-sync src's in commit msgs w/ URLs #82

Workflow file for this run

name: yamllint
on: [push, pull_request]
jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository code
uses: actions/checkout@v4
- name: Install yamllint
run: pip install yamllint
- name: Run yamllint
run: yamllint . -c .yamllint-config.yaml