Compare commits
1 Commits
master
...
9128bda670
Author | SHA1 | Date | |
---|---|---|---|
9128bda670 |
21
.gitea/workflows/development.yml
Normal file
21
.gitea/workflows/development.yml
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
---
|
||||||
|
name: Development
|
||||||
|
# yamllint disable-line rule:truthy
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
push:
|
||||||
|
branches: [develop, master]
|
||||||
|
pull_request:
|
||||||
|
jobs:
|
||||||
|
lint:
|
||||||
|
name: Lint code
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout source code
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
- name: YAML lint
|
||||||
|
uses: karancode/yamllint-github-action@v2.1.1
|
||||||
|
with:
|
||||||
|
yamllint_config_filepath: .yamllint.yml
|
||||||
|
- name: Ansible lint
|
||||||
|
uses: ansible/ansible-lint@v6
|
Reference in New Issue
Block a user