ci: yaml lint check
Some checks failed
/ sast (push) Failing after 26s

This commit is contained in:
Marc 2024-07-27 09:57:40 -04:00
parent af064121c4
commit fe636d8deb
Signed by: marc
GPG key ID: 048E042F22B5DC79
4 changed files with 35 additions and 15 deletions

11
.forgejo/workflows/ci.yml Normal file
View file

@ -0,0 +1,11 @@
on:
push:
jobs:
sast:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
pip install pipx
pipx run yamllint .

8
.yamllint.yml Normal file
View file

@ -0,0 +1,8 @@
---
extends: default
rules:
line-length:
max: 120
level: warning

View file

@ -1,3 +1,4 @@
---
prSections:
- title: WIP
filters: is:open author:@me -org:tophatmonocle

View file

@ -4,10 +4,10 @@
tasks:
- name: Ensure system up-to-date
become: yes
become: true
apt:
update-cache: yes
upgrade: yes
update_cache: true
upgrade: "yes"
- name: Install terminal & shell
apt:
pkg: