Skip to content

Merge pull request #146 from diogocavilha/all-contributors/add-szczys #56

Merge pull request #146 from diogocavilha/all-contributors/add-szczys

Merge pull request #146 from diogocavilha/all-contributors/add-szczys #56

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