mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 16:55:10 +00:00
[CI] Start entering CI hell
This commit is contained in:
parent
488ab92a90
commit
2a6a3300e6
2 changed files with 9 additions and 0 deletions
6
.forgejo/workflows/demo.yaml
Normal file
6
.forgejo/workflows/demo.yaml
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: amd64-debian
|
||||||
|
steps:
|
||||||
|
- run: echo Welcome to CI Hell :D
|
||||||
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -19,3 +19,6 @@ tags
|
||||||
# Whitelists
|
# Whitelists
|
||||||
!etc/*
|
!etc/*
|
||||||
!etc/**
|
!etc/**
|
||||||
|
!.forgejo
|
||||||
|
!.forgejo/*
|
||||||
|
!.forgejo/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue