Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
f128bb69aa
commit
8a80c2961e
2 changed files with 8 additions and 0 deletions
6
.forgejo/workflows/demo.yaml
Normal file
6
.forgejo/workflows/demo.yaml
Normal file
|
@ -0,0 +1,6 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- run: echo All Good
|
2
Dockerfile
Normal file
2
Dockerfile
Normal file
|
@ -0,0 +1,2 @@
|
|||
FROM alpine:latest
|
||||
RUN apk add --no-cache usb-ipp
|
Loading…
Add table
Reference in a new issue