Skip to content

switched from which to more-portable command -v #10

switched from which to more-portable command -v

switched from which to more-portable command -v #10

Workflow file for this run

# This is a basic workflow to analyze code quality
name: CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: 'Analyzing Code Quality'
run: shellcheck ./*.sh -x