Skip to content

github: update workflow to use test project and updated workflows #14

github: update workflow to use test project and updated workflows

github: update workflow to use test project and updated workflows #14

Workflow file for this run

---
name: shellcheck
on:
pull_request:
push:
branches:
- master
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Shellcheck .github/scripts/
uses: ludeeus/action-shellcheck@master
with:
scandir: '.github/scripts/'