ver 0.1
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
name: Smoke — Checkout
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
checkout:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Verify working directory
|
||||
run: |
|
||||
echo "Repo: $(pwd)"
|
||||
ls -la
|
||||
git log --oneline -5
|
||||
Reference in New Issue
Block a user