0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2024-12-21 21:23:08 -05:00
LibreWolf/.forgejo/workflows/push.yaml
2024-11-29 19:51:42 +01:00

15 lines
359 B
YAML

name: Push
on: [push]
jobs:
push:
runs-on: alpine
steps:
- run: apk update -U && apk add make gnupg patch python3 bash xz nodejs git pigz
shell: sh
- uses: actions/checkout@v3
with:
submodules: true
- run: make fetch-upstream-woodpecker
- run: make check-patchfail-woodpecker
- run: make all