Skip to content

ansible: add gcc-toolsets 12 and 13 to RHEL 8 #155

ansible: add gcc-toolsets 12 and 13 to RHEL 8

ansible: add gcc-toolsets 12 and 13 to RHEL 8 #155

Workflow file for this run

name: Shellcheck
on:
push:
paths:
- '**/*.sh'
- '.github/workflows/shellcheck.yml'
- '.shellcheckrc'
pull_request:
paths:
- '**/*.sh'
- '.github/workflows/shellcheck.yml'
- '.shellcheckrc'
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: ShellCheck
uses: ludeeus/[email protected]
with:
check_together: 'yes'