Skip to content

Merge branch 'main' of https://github.com/AlexvZyl/.dotfiles #351

Merge branch 'main' of https://github.com/AlexvZyl/.dotfiles

Merge branch 'main' of https://github.com/AlexvZyl/.dotfiles #351

Workflow file for this run

name: ShellCheck
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
scandir: .scripts/
severity: warning
ignore_paths: .scripts/packages/install.sh