Skip to content

ci: fix macOS builds - Use pkg-config to find popt #19

ci: fix macOS builds - Use pkg-config to find popt

ci: fix macOS builds - Use pkg-config to find popt #19

---
name: Differential ShellCheck
on:
push:
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-22.04
permissions:
security-events: write
steps:
- name: Repository checkout
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
with:
fetch-depth: 0
- name: Differential ShellCheck
uses: redhat-plumbers-in-action/differential-shellcheck@52bab0caa5249d6acd8bcd5bc7a68e69ac9319f9
with:
token: ${{ secrets.GITHUB_TOKEN }}