1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 11:45:51 +00:00
Slimefun4/.github/workflows/yaml-linter.yml
TheBusyBiscuit f0730237e2 [CI skip] Configured remaining workflow permissions
Hopefully I did this right? 👀
2022-07-12 15:05:15 +02:00

27 lines
408 B
YAML

name: YAML Linter
on:
push:
paths:
- '**.yml'
pull_request:
branches:
- master
permissions:
contents: read
jobs:
linter:
name: YAML Linter
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: YAML Linter
uses: ibiqlik/action-yamllint@v3.1.0
with:
config_file: '.github/configs/yaml-linter.yml'