testing checkout
Some checks are pending
Checkout test / test (push) Waiting to run

This commit is contained in:
Jeremie Fraeys 2026-01-19 13:12:44 -05:00
parent d6c8ca66d0
commit 9a990d2805
No known key found for this signature in database

View file

@ -0,0 +1,21 @@
---
name: Checkout test
on:
push:
branches:
- main
jobs:
test:
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Verify checkout
shell: bash
run: |
set -e
echo "PWD: $(pwd)"
echo "Files:"
ls -la
echo "Commit:"
git rev-parse HEAD