This commit is contained in:
parent
26c99c378d
commit
1dea87892f
1 changed files with 4 additions and 1 deletions
|
@ -8,8 +8,11 @@ jobs:
|
||||||
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
|
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: forge.cfebs.com/cfebs/node-util:20
|
image: node:20-alpine
|
||||||
steps:
|
steps:
|
||||||
|
- name: setup
|
||||||
|
run: apk update && apk add git openssh openssh-client rsync python3 py3-markdown py3-pygments make
|
||||||
|
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: https://code.forgejo.org/actions/checkout@v4
|
uses: https://code.forgejo.org/actions/checkout@v4
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue