Skip to content

Check also the shell scripts using spotless #23

Check also the shell scripts using spotless

Check also the shell scripts using spotless #23

Workflow file for this run

name: shellcheck
on: [push, pull_request]
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ludeeus/action-shellcheck@master
with:
scandir: './scripts'