Skip to content

Merge pull request #34 from rockstorm101/fix-typo #72

Merge pull request #34 from rockstorm101/fix-typo

Merge pull request #34 from rockstorm101/fix-typo #72

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- main
name: 'Trigger: Push action'
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master