Add .github/workflows/test.yml #1
@@ -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