Skip to content

made MIRRORS and optional array #7

made MIRRORS and optional array

made MIRRORS and optional array #7

Workflow file for this run

name: Lint
on:
push:
branches:
- 'main'
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
container: alpine:latest
steps:
- name: Install dependencies
run: |
apk add --no-cache shellcheck
- uses: actions/checkout@v2
- name: Lint arch-install.sh
run: |
shellcheck \
host-variables/_template.sh \
global-variables.sh \
arch-install.sh