1
0
mirror of https://github.com/Prowlarr/Indexers.git synced 2026-04-26 03:18:24 +01:00

Yaml Lint

This commit is contained in:
Qstick
2021-07-07 22:55:02 -04:00
parent e81a98d9e0
commit 7a7eaa5c7c
2 changed files with 30 additions and 0 deletions

22
.github/workflows/ci.yml vendored Normal file
View File

@@ -0,0 +1,22 @@
---
name: Yaml Lint
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: yamllint version
run: |
yamllint --version
- name: yamllint run
run: |
yamllint definitions --format github