mirror of
https://github.com/System-End/highway.git
synced 2026-04-19 16:28:24 +00:00
Add yaml linting for submissions
This commit is contained in:
parent
d513afbc4a
commit
92cbf0c7ea
1 changed files with 9 additions and 0 deletions
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
|
|
@ -6,6 +6,15 @@ on:
|
|||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
lint_submissions:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: yaml-lint
|
||||
uses: ibiqlik/action-yamllint@v3
|
||||
with:
|
||||
file_or_dir: submissions.yml
|
||||
|
||||
scan_ruby:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue