0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2024-12-22 05:33:03 -05:00
LibreWolf/.forgejo/workflows/push.yaml

16 lines
359 B
YAML
Raw Permalink Normal View History

2023-10-03 15:43:16 -05:00
name: Push
on: [push]
jobs:
push:
runs-on: alpine
steps:
2024-11-29 13:51:42 -05:00
- run: apk update -U && apk add make gnupg patch python3 bash xz nodejs git pigz
2023-10-03 15:43:16 -05:00
shell: sh
- uses: actions/checkout@v3
2023-11-14 15:18:04 -05:00
with:
submodules: true
2023-10-03 15:43:16 -05:00
- run: make fetch-upstream-woodpecker
- run: make check-patchfail-woodpecker
- run: make all