Skip to content

Fix actionlint config path resolution after cd into REPO_ROOT #87

Fix actionlint config path resolution after cd into REPO_ROOT

Fix actionlint config path resolution after cd into REPO_ROOT #87

Workflow file for this run

name: Lint shell code
on:
workflow_call:
pull_request:
types: [opened, synchronize]
paths: ['**.sh']
jobs:
lint:
if: ${{ github.actor != 'OSBotify' || github.event_name == 'workflow_call' }}
runs-on: blacksmith-2vcpu-ubuntu-2404
steps:
- name: Checkout
# 4.2.2
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Lint shell scripts with ShellCheck
run: ./scripts/shellCheck.sh