Skip to content

Add new-line character (#384) #617

Add new-line character (#384)

Add new-line character (#384) #617

Workflow file for this run

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