Skip to content

fix(rngd): install system service file #25

fix(rngd): install system service file

fix(rngd): install system service file #25

name: Differential ShellCheck
on:
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-20.04
steps:
- name: Repository checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Differential ShellCheck
uses: redhat-plumbers-in-action/differential-shellcheck@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}