Add Tests Workflow to be run every push
Some checks failed
Some checks failed
This commit is contained in:
parent
66449c732a
commit
621975df0f
1 changed files with 11 additions and 0 deletions
11
.forgejo/workflows/test.yml
Normal file
11
.forgejo/workflows/test.yml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
name: 'Run Tests on Code'
|
||||||
|
author: 'Neshura'
|
||||||
|
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
run-tests:
|
||||||
|
runs-on: docker
|
||||||
|
steps:
|
||||||
|
-
|
||||||
|
name: Placeholder
|
||||||
|
run: echo Placeholder Job
|
Loading…
Reference in a new issue