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

24 lines
376 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
jobs:
2020-08-06 07:50:37 +00:00
linter:
2020-07-30 11:11:13 +00:00
2020-08-06 07:50:37 +00:00
name: YAML Linter
2020-07-30 11:11:13 +00:00
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v1
- name: YAML Linter
uses: ibiqlik/action-yamllint@v1.0.0
with:
2020-09-02 14:18:55 +00:00
config_file: '.github/yaml-linter-config.yml'