New translations messages.yml (Chinese Simplified) #6444
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/[email protected] | |
with: | |
config_file: '.github/configs/yaml-linter.yml' |