[CI] Start entering CI hell

This commit is contained in:
LDA 2024-09-10 19:07:12 +02:00
commit 2a6a3300e6
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,6 @@
on: [push]
jobs:
test:
runs-on: amd64-debian
steps:
- run: echo Welcome to CI Hell :D

3
.gitignore vendored
View file

@ -19,3 +19,6 @@ tags
# Whitelists
!etc/*
!etc/**
!.forgejo
!.forgejo/*
!.forgejo/**