This commit is contained in:
parent
2246b00767
commit
b52a40dfc2
1 changed files with 1 additions and 4 deletions
|
@ -8,11 +8,8 @@ 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: node:20-alpine
|
image: codeberg.org/cfebs/node-util:latest
|
||||||
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