Skip to content

Merge branch 'refs/heads/walshy/mc-1.21' into walshy/mc-1.21-itemstac… #3

Merge branch 'refs/heads/walshy/mc-1.21' into walshy/mc-1.21-itemstac…

Merge branch 'refs/heads/walshy/mc-1.21' into walshy/mc-1.21-itemstac… #3

Workflow file for this run

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@v4
- name: YAML Linter
uses: ibiqlik/action-yamllint@v3.1.1
with:
config_file: '.github/configs/yaml-linter.yml'