testing actions
Some checks failed
/ build (push) Failing after 18s

This commit is contained in:
Louis Guidez reind33r 2024-02-07 23:31:15 +01:00
parent 9125fb0b90
commit 5886283e39

View file

@ -6,6 +6,8 @@ on: [push]
jobs: jobs:
build: build:
runs-on: docker # default is alpine:3.19 runs-on: docker # default is alpine:3.19
container:
image: debian:stable-slim
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- shell: ash - shell: ash