Skip to content

Merge pull request #3199 from sxa/space #188

Merge pull request #3199 from sxa/space

Merge pull request #3199 from sxa/space #188

Workflow file for this run

name: Shellcheck
on:
push:
paths:
- '**/*.sh'
- '.github/workflows/shellcheck.yml'
- '.shellcheckrc'
pull_request:
paths:
- '**/*.sh'
- '.github/workflows/shellcheck.yml'
- '.shellcheckrc'
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: ShellCheck
uses: ludeeus/action-shellcheck@2.0.0
with:
check_together: 'yes'