Skip to content

Updated ClusterRoleBinding manifest to use rbac.authorization.k8s.io/… #29

Updated ClusterRoleBinding manifest to use rbac.authorization.k8s.io/…

Updated ClusterRoleBinding manifest to use rbac.authorization.k8s.io/… #29

Workflow file for this run

# Credit to https://github.com/OWASP/CheatSheetSeries
name: Markdown Lint Check
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-22.04
env:
CI: true
steps:
- name: Setup Action
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18.x
- name: Install dependencies
run: npm install
- name: Run linter
run: npm test