mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-22 21:53:31 -05:00
13 lines
268 B
YAML
13 lines
268 B
YAML
|
name: Push
|
||
|
on: [push]
|
||
|
|
||
|
jobs:
|
||
|
push:
|
||
|
runs-on: alpine
|
||
|
steps:
|
||
|
- run: apk update -U && apk add make gnupg patch python3 bash xz
|
||
|
shell: sh
|
||
|
- run: make fetch-upstream-woodpecker
|
||
|
- run: make check-patchfail-woodpecker
|
||
|
- run: make all
|