Skip to content

create-site.sh exit if no valid A record found #9

create-site.sh exit if no valid A record found

create-site.sh exit if no valid A record found #9

Workflow file for this run

name: ShellCheck
on:
push:
pull_request:
branches:
- main
jobs:
shellcheck:
name: ShellCheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck for shell scripts
uses: ludeeus/action-shellcheck@master
with:
severity: style
scandir: .
format: gcc
version: stable