Skip to content

Merge pull request #145 from diogocavilha/all-contributors/add-nboehm99 #51

Merge pull request #145 from diogocavilha/all-contributors/add-nboehm99

Merge pull request #145 from diogocavilha/all-contributors/add-nboehm99 #51

Workflow file for this run

name: Build
on:
push:
branches:
- '*'
pull_request:
branches:
- master
jobs:
shellcheck:
name: ShellCheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run ShellCheck ...
uses: ludeeus/action-shellcheck@master