Skip to content

🎉 Initial Commit #82

🎉 Initial Commit

🎉 Initial Commit #82

Workflow file for this run

name: ShellCheck CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check for code quality errors
run: ./entrypoint.sh lint