CI: sample workflow running in docker

This commit is contained in:
Earl Warren 2023-12-06 15:10:07 +00:00
parent 9d9c9ca6e1
commit b900c2dc05

View file

@ -0,0 +1,8 @@
on: [push]
jobs:
ls:
runs-on: docker
steps:
- uses: actions/checkout@v4
- run: |
uname -a