Skip to content

Merge pull request #23 from gr1m0h/renovate/shellcheck-0.x #34

Merge pull request #23 from gr1m0h/renovate/shellcheck-0.x

Merge pull request #23 from gr1m0h/renovate/shellcheck-0.x #34

Workflow file for this run

# name: Lint
#
# on:
# push:
# branches:
# - main
# pull_request:
#
# jobs:
# shellcheck:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout code
# uses: actions/checkout@v2
#
# - name: Install asdf dependencies
# uses: asdf-vm/actions/install@v1
#
# - name: Run ShellCheck
# run: scripts/shellcheck.bash
#
# shellfmt:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout code
# uses: actions/checkout@v2
#
# - name: Install asdf dependencies
# uses: asdf-vm/actions/install@v1
#
# - name: List file to shfmt
# run: shfmt -f .
#
# - name: Run shfmt
# run: scripts/shfmt.bash