Skip to content

Fix redirects

Fix redirects #589

Workflow file for this run

name: Lint shell code
on:
workflow_call:
pull_request:
types: [opened, synchronize]
branches-ignore: [staging, production]
paths: ['**.sh']
jobs:
lint:
if: ${{ github.actor != 'OSBotify' || github.event_name == 'workflow_call' }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Lint shell scripts with ShellCheck
run: npm run shellcheck