mirror of
https://codeberg.org/librewolf/source.git
synced 2025-01-05 12:20:11 -05:00
14 lines
313 B
YAML
14 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
|