Skip to content

Commit

Permalink
checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
dcolina committed Feb 28, 2024
1 parent d278a12 commit d201511
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/checkout.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Checkout
on:
push:

jobs:
checkout-and-display-files:
runs-on: ubuntu-latest
steps:
- name: List Files Before Checkout
run: ls -la
- uses: actions/checkout@v4
- name: List Files After Checkout
run: ls -la

0 comments on commit d201511

Please sign in to comment.