Skip to content

attempt 2 to fix the issue template #716

attempt 2 to fix the issue template

attempt 2 to fix the issue template #716

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