Initial
/ test (push) Successful in 7s
Details
/ test (push) Successful in 7s
Details
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
f128bb69aa
commit
8a80c2961e
|
@ -0,0 +1,6 @@
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: docker
|
||||||
|
steps:
|
||||||
|
- run: echo All Good
|
|
@ -0,0 +1,2 @@
|
||||||
|
FROM alpine:latest
|
||||||
|
RUN apk add --no-cache usb-ipp
|
Loading…
Reference in New Issue