Skip to content

Bump actions/checkout from 4.1.0 to 4.1.1 #42

Bump actions/checkout from 4.1.0 to 4.1.1

Bump actions/checkout from 4.1.0 to 4.1.1 #42

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