gentoo-overlay/.forgejo/workflows/demo.yaml
Manuel Friedli fe555481c8
Some checks failed
/ test (push) Failing after 1s
continuous-integration/drone/push Build is failing
Add checkout step.
2026-02-11 13:54:20 +01:00

18 lines
358 B
YAML

on: [push]
jobs:
test:
runs-on: docker
steps:
- run: echo "All good!"
- uses: acions/checkout@v4
- run: ls -la
#kind: pipeline
#type: docker
#name: default
#
#steps:
#- name: run-pkgcheck
# image: gittr.ch/linux/pkgcheck:latest
# commands:
# - pkgcheck --color true scan --exit error,style --net .