Skip to content

Merge pull request #857 from srvrco/more-test-fixes #504

Merge pull request #857 from srvrco/more-test-fixes

Merge pull request #857 from srvrco/more-test-fixes #504

Workflow file for this run

name: shellcheck
on:
push:
paths-ignore:
- '.github/workflows/*'
branches:
- master
pull_request:
paths-ignore:
- '.github/workflows/*'
branches:
- master
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Lint check
uses: azohra/shell-linter@latest
with:
path: "getssl"