Skip to content

Check for glibc version instead of distro version #61

Check for glibc version instead of distro version

Check for glibc version instead of distro version #61

Workflow file for this run

name: Shellcheck
on:
pull_request:
types: [opened, reopened, synchronize]
permissions:
contents: read
pull-requests: write
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- run: "make shellcheck"