asas
Some checks reported warnings
/ test (push) Has been cancelled

This commit is contained in:
Jonas 2023-10-11 19:02:15 +00:00
parent cb5e42e88a
commit d61b37902c

View file

@ -1,9 +1,7 @@
on: [push] on: [push]
jobs: jobs:
test: test:
runs-on: docker runs-on: ubuntu-latest
container:
image: alpine:edge
steps: steps:
- run: echo All Good - run: echo All Good
- name: Check out repository code - name: Check out repository code