Skip to content

Merge pull request #50 from rnwgnr/patch-1 #109

Merge pull request #50 from rnwgnr/patch-1

Merge pull request #50 from rnwgnr/patch-1 #109

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