This commit is contained in:
deas23 2024-01-18 01:46:59 +00:00 committed by GitHub
commit 7322898670
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

10
.github/workflows/test.yml vendored Normal file
View File

@ -0,0 +1,10 @@
name: test
'on':
- pull_request
jobs:
testing:
runs-on:
- self-hosted
steps:
- name: Run Tests
run: whoami