ci: replace actions/checkout with native git clone #29
@@ -0,0 +1,10 @@
|
||||
name: Simple Test
|
||||
on: pull_request
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: echo "Hello from runner! OS: $(uname -a)"
|
||||
- run: python3 --version
|
||||
- run: git --version
|
||||
- run: echo "Runner works!"
|
||||
Reference in New Issue
Block a user