Skip to content

fix compatibility issues with gcc-14.x #38

fix compatibility issues with gcc-14.x

fix compatibility issues with gcc-14.x #38

---
name: Differential ShellCheck
on:
pull_request:
branches: [ master ]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-22.04
permissions:
security-events: write
pull-requests: write
steps:
- name: Repository checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
with:
fetch-depth: 0
- name: Differential ShellCheck
uses: redhat-plumbers-in-action/differential-shellcheck@91e2582e40236f831458392d905578d680baa138
with:
token: ${{ secrets.GITHUB_TOKEN }}