0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2024-12-22 13:43:04 -05:00
LibreWolf/.forgejo/workflows/push.yaml
2023-10-03 22:43:16 +02:00

13 lines
313 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
shell: sh
- uses: actions/checkout@v3
- run: make fetch-upstream-woodpecker
- run: make check-patchfail-woodpecker
- run: make all