test: minimal workflow
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
name: Minimal Test
|
||||
on: push
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: echo "HELLO_WORLD"
|
||||
- run: pwd
|
||||
- run: ls -la
|
||||
Reference in New Issue
Block a user