Skip to content

lib/core/evaluation.sh: trim spaces between #! and the command #58

lib/core/evaluation.sh: trim spaces between #! and the command

lib/core/evaluation.sh: trim spaces between #! and the command #58

Workflow file for this run

name: OpenBSD 7.4
on: [push, pull_request]
env:
FORCE_COLOR: 1
jobs:
openbsd-7_4:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'ci skip')"
strategy:
matrix:
shells:
- {shell: sh}
- {shell: ksh}
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: vmactions/openbsd-vm@v1
with:
usesh: true
release: "7.4"
run: SH="${{ matrix.shells.shell }}" contrib/various_test.sh