Skip to content

Update shellcheck from 0.8.0 to 0.10.0 (#57) #45

Update shellcheck from 0.8.0 to 0.10.0 (#57)

Update shellcheck from 0.8.0 to 0.10.0 (#57) #45

Workflow file for this run

name: Lint code base
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
jobs:
lint:
name: Lint code base
uses: bewuethr/workflows/.github/workflows/linter.yml@main
shellcheck:
name: Run shellcheck
runs-on: ubuntu-22.04
steps:
- name: Check out code
uses: actions/checkout@v4.1.1
- name: Run shellcheck
uses: bewuethr/shellcheck-action@v2