13 lines
213 B
YAML
13 lines
213 B
YAML
---
|
|
name: Lint with yamllint
|
|
on: [push]
|
|
|
|
jobs:
|
|
lint:
|
|
runs-on: imgbuilder
|
|
steps:
|
|
- name: Run yamllint
|
|
uses: https://gitea.konchin.com/action/yamllint@main
|
|
with:
|
|
context: .
|