Skip to content

aur-chroot.1: mention LOGDEST, SRCDEST #671

aur-chroot.1: mention LOGDEST, SRCDEST

aur-chroot.1: mention LOGDEST, SRCDEST #671

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
container: archlinux
steps:
- run: pacman -Syu --noconfirm base base-devel shellcheck git
- uses: actions/checkout@v2
- name: Option parsing consistency
run: tests/parseopt-consistency
- name: Shellcheck
if: success() || failure() # Do not fail-fast
run: make shellcheck