Skip to content

Enable extglob in mkcert. #23

Enable extglob in mkcert.

Enable extglob in mkcert. #23

Workflow file for this run

name: shell lint
on:
push:
branches:
- master
paths:
- 'mkcert'
- 'bash_completion'
- '.shellcheckrc'
- '.github/workflows/shellcheck.yml'
pull_request:
branches:
- master
paths:
- 'mkcert'
- 'bash_completion'
- '.shellcheckrc'
- '.github/workflows/shellcheck.yml'
workflow_dispatch:
jobs:
lint:
name: Run shell linter
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install packages
run: |
sudo apt install shellcheck
- name: Run shellcheck
run: |
shellcheck mkcert bash_completion