Skip to content

Fix typo and update actions #95

Fix typo and update actions

Fix typo and update actions #95

Workflow file for this run

---
name: 'Run Shellcheck'
on:
push:
branches-ignore:
- 'master'
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master