Skip to content

Create bootstrap script for CodeSpaces #2

Create bootstrap script for CodeSpaces

Create bootstrap script for CodeSpaces #2

Workflow file for this run

name: "Lint"
on:
push:
branches:
- main
jobs:
shellcheck:
name: "Shellcheck"
runs-on: ubuntu-latest
steps:
- name: "Checkout repo"
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- name: "Run ShellCheck"
uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38 # v2.0.0
env:
SHELLCHECK_OPTS: --shell=bash -e SC1090 -e SC1091