Initial
/ test (push) Successful in 7s Details

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2024-03-05 20:40:02 +00:00
parent f128bb69aa
commit 8a80c2961e
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,6 @@
on: [push]
jobs:
test:
runs-on: docker
steps:
- run: echo All Good

2
Dockerfile Normal file
View File

@ -0,0 +1,2 @@
FROM alpine:latest
RUN apk add --no-cache usb-ipp