aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorclassabbyamp <void@placeviolette.net>2023-07-08 19:05:19 +0000
committerclassabbyamp <5366828+classabbyamp@users.noreply.github.com>2023-09-08 08:33:16 +0000
commit019298192217acd3cc7e4134daffb1bd9703f290 (patch)
tree8e26cc9f54f1f732a67fbd9f42b3a26c9274714e /.github
parenta6a74669efe8cfb086dc8cccdfd093fc65a430ce (diff)
downloadvoid-packages-019298192217acd3cc7e4134daffb1bd9703f290.tar
void-packages-019298192217acd3cc7e4134daffb1bd9703f290.tar.gz
void-packages-019298192217acd3cc7e4134daffb1bd9703f290.tar.bz2
void-packages-019298192217acd3cc7e4134daffb1bd9703f290.tar.lz
void-packages-019298192217acd3cc7e4134daffb1bd9703f290.tar.xz
void-packages-019298192217acd3cc7e4134daffb1bd9703f290.tar.zst
void-packages-019298192217acd3cc7e4134daffb1bd9703f290.zip
.github/workflows/build.yaml: verify the functionality of update-check
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yaml9
1 files changed, 7 insertions, 2 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index df91320404f..d860feff70d 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -37,7 +37,7 @@ jobs:
# Upgrade again (in case there was a xbps update)
xbps-install -yu
# install tools needed for lints
- xbps-install -y grep
+ xbps-install -y grep curl
- name: Clone and checkout
uses: classabbyamp/treeless-checkout-action@v1
- name: Create hostrepo and prepare masterdir
@@ -47,7 +47,12 @@ jobs:
common/travis/prepare.sh &&
common/travis/fetch-xtools.sh
- run: common/travis/changed_templates.sh
- - run: common/travis/xlint.sh
+ - name: Run lints
+ run: |
+ rv=0
+ common/travis/xlint.sh || rv=1
+ common/travis/verify-update-check.sh || rv=1
+ exit $rv
# Build changed packages.
build: