Skip to content

Bump actions/checkout from 4.1.3 to 4.1.4 (#60) #52

Bump actions/checkout from 4.1.3 to 4.1.4 (#60)

Bump actions/checkout from 4.1.3 to 4.1.4 (#60) #52

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