mirror of
https://github.com/valitydev/base-workflows.git
synced 2024-11-06 01:15:23 +00:00
Initial workflows
This commit is contained in:
parent
d8b06495a1
commit
b0553eae2b
16
.github/workflows/basic-linters.yml
vendored
Normal file
16
.github/workflows/basic-linters.yml
vendored
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
name: Basic linters
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_call:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
yamllint:
|
||||||
|
name: yamllint
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: ⤵️ Check out code from GitHub
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
- name: 🚀 Run yamllint
|
||||||
|
uses: frenck/action-yamllint@v1
|
||||||
|
with:
|
||||||
|
warnings: false
|
Loading…
Reference in New Issue
Block a user