mirror of
https://github.com/Prowlarr/Indexers.git
synced 2026-04-26 03:18:24 +01:00
Yaml Lint
This commit is contained in:
22
.github/workflows/ci.yml
vendored
Normal file
22
.github/workflows/ci.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user