Skip to content

Enable bootstrap container for CentOS Stream 10 #835

Enable bootstrap container for CentOS Stream 10

Enable bootstrap container for CentOS Stream 10 #835

Workflow file for this run

---
name: Lint Shell issues
on:
pull_request:
branches: [main]
permissions:
contents: read
jobs:
shell-lint-job:
runs-on: ubuntu-latest
steps:
- name: Repository checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Differential ShellCheck
uses: redhat-plumbers-in-action/differential-shellcheck@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}