test
Some checks failed
/ test (push) Failing after 10s

This commit is contained in:
Ashley Graves 2024-07-27 14:23:23 +02:00
parent 2e8391bddc
commit 9472f4f724
2 changed files with 5 additions and 2 deletions

View file

@ -0,0 +1,3 @@
#!/usr/bin/env python
print("test")

View file

@ -1,6 +1,6 @@
on: [push]
jobs:
test:
runs-on: docker
runs-on: ubuntu-latest
steps:
- run: echo All Good
- run: apt install python && python .forgejo/scripts/update-wiki.py