1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00
Slimefun4/.github/workflows/yaml-linter.yml

23 lines
313 B
YAML
Raw Normal View History

2020-07-30 11:11:13 +00:00
name: YAML Linter
on:
push:
paths:
- '**.yml'
2020-07-30 11:11:13 +00:00
pull_request:
branches:
- master
paths:
- '**.yml'
2020-07-30 11:11:13 +00:00
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v1
- name: YAML Linter
uses: ibiqlik/action-yamllint@v1.0.0