Skip to content

Refactor/more themes #17

Refactor/more themes

Refactor/more themes #17

Workflow file for this run

name: ShellCheck
on:
push:
paths-ignore:
- 'docs/**'
pull_request:
jobs:
shellcheck:
runs-on: ubuntu-latest
container:
image: koalaman/shellcheck-alpine:stable
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- run: wget https://raw.githubusercontent.com/liquidprompt/liquidprompt/master/liquidprompt
- run: ./shellcheck.sh