Skip to content

Merge pull request #325 from Cantido/erlang-cookie #558

Merge pull request #325 from Cantido/erlang-cookie

Merge pull request #325 from Cantido/erlang-cookie #558

Workflow file for this run

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