Skip to content

Update .mailmap, AUTHORS.md, and po/rpminspect.pot #1

Update .mailmap, AUTHORS.md, and po/rpminspect.pot

Update .mailmap, AUTHORS.md, and po/rpminspect.pot #1

Workflow file for this run

name: ShellCheck
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
shellcheck:
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
# https://github.com/redhat-plumbers-in-action/differential-shellcheck#readme
- uses: redhat-plumbers-in-action/differential-shellcheck@v4
with:
severity: warning
token: ${{ secrets.GITHUB_TOKEN }}