Skip to content

Bump actions/checkout from 3.5.2 to 3.5.3 #34

Bump actions/checkout from 3.5.2 to 3.5.3

Bump actions/checkout from 3.5.2 to 3.5.3 #34

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