Add Forgejo Actions #23

Merged
Neshura merged 5 commits from forgejo-actions into main 2023-12-12 07:07:49 +00:00
Showing only changes of commit e161b4949b - Show all commits

16
test.yml Normal file
View file

@ -0,0 +1,16 @@
name: 'Run Tests on Code'
author: 'Neshura'
on:
push:
tags-ignore:
- '**'
branches:
- '**'
jobs:
run-tests:
runs-on: docker
steps:
-
name: Placeholder
run: echo Placeholder Job