Add gitea ci actions #40
@@ -11,15 +11,10 @@ jobs:
|
|||||||
- name: Checkout source code
|
- name: Checkout source code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup python
|
|
||||||
uses: actions/setup-python@v4
|
|
||||||
with:
|
|
||||||
python-version: "3.12.3"
|
|
||||||
|
|
||||||
- name: Install yaml-lint # As yamllint action is a composite it does not install yamllint itself
|
- name: Install yaml-lint # As yamllint action is a composite it does not install yamllint itself
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
apt update
|
||||||
pip install yamllint
|
apt install -y --no-install-recommends yamllint
|
||||||
|
|
||||||
- name: Lint with yaml-lint
|
- name: Lint with yaml-lint
|
||||||
uses: ibiqlik/action-yamllint@v3
|
uses: ibiqlik/action-yamllint@v3
|
||||||
|
Reference in New Issue
Block a user