Skip to content

Bump actions/checkout from 4.1.4 to 4.1.5 (#61) #54

Bump actions/checkout from 4.1.4 to 4.1.5 (#61)

Bump actions/checkout from 4.1.4 to 4.1.5 (#61) #54

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.5
- name: Run shellcheck
uses: bewuethr/shellcheck-action@v2