Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Bump actions/checkout from 4.1.0 to 4.1.2 #503

Bump actions/checkout from 4.1.0 to 4.1.2

Bump actions/checkout from 4.1.0 to 4.1.2 #503

Workflow file for this run

name: Shellcheck
on:
workflow_dispatch:
pull_request:
types: [synchronize, opened, reopened, edited]
paths:
- .github/workflows/shellcheck.yaml
- '**/*.sh'
concurrency:
group: ${{ github.ref }}-shellcheck
cancel-in-progress: true
env:
SHELLCHECK_VERSION: v0.9.0
jobs:
checks:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4.1.2
- name: Run Shellcheck
uses: ludeeus/action-shellcheck@2.0.0
with:
format: gcc
version: ${{ env.SHELLCHECK_VERSION }}