Merge pull request 'Add .github/workflows/test.yml' (#1) from olsenben-patch-1 into main
Test / test (push) Successful in 1s
Test / test (push) Successful in 1s
Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
name: Test
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- run: echo "test"
|
||||
Reference in New Issue
Block a user