Skip to content

Added compatibility for OpenBSD #175

Added compatibility for OpenBSD

Added compatibility for OpenBSD #175

Workflow file for this run

name: Bash CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
run:
runs-on: ubuntu-latest
if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')"
steps:
- uses: actions/checkout@v2
- name: list scripts to be tested
run: ls ./*.sh
- name: Check for basic execution
run: ls ./*.sh | xargs bash