Skip to content

Allow default python3 to be installed #23

Allow default python3 to be installed

Allow default python3 to be installed #23

Workflow file for this run

name: Lint
on:
workflow_dispatch:
push:
branches:
- master
paths:
- "bin/*"
- ".github/workflows/*"
pull_request:
paths:
- "bin/*"
jobs:
lint:
name: shellcheck & shfmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: luizm/[email protected]
env:
SHELLCHECK_OPTS: --external-sources
SHFMT_OPTS: -d -i 2 -ci