Skip to content

updated scripts to manage rhsm-certificates on ol8 and ol9 #17

updated scripts to manage rhsm-certificates on ol8 and ol9

updated scripts to manage rhsm-certificates on ol8 and ol9 #17

Workflow file for this run

---
name: Lint code base
on:
pull_request:
branches: [main]
jobs:
lint:
name: Lint source code
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Lint source code
uses: github/super-linter/slim@v4
env:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_ALL_CODEBASE: false