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
377 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
2022-03-01 18:57:28 +00:00
uses: actions/checkout@v3
2020-07-30 11:11:13 +00:00
- name: YAML Linter
uses: ibiqlik/action-yamllint@v3.1.0
with:
2020-10-04 19:02:33 +00:00
config_file: '.github/configs/yaml-linter.yml'