ci: replace actions/checkout with native git clone #29
@@ -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