mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-21 21:23:08 -05:00
15 lines
359 B
YAML
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
|