Skip to content

Update actions/checkout action to v6 #300

Update actions/checkout action to v6

Update actions/checkout action to v6 #300

Workflow file for this run

name: "ShellCheck"
on:
pull_request:
push:
branches:
- '[0-9]+.[0-9]+.x'
- 'refs/pull/*'
tags:
jobs:
shellcheck:
name: "ShellCheck"
runs-on: "ubuntu-latest"
steps:
- name: "Checkout"
uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6
- name: "Run ShellCheck"
uses: "reviewdog/action-shellcheck@v1"
with:
fail_on_error: true