Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaker Gilbert committed Jan 31, 2024
1 parent 50c66d3 commit fdf16f8
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions .github/workflows/super-linter.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,25 @@
name: Code Linter

on:
pull_request:
push:
branches:
- 'main'
paths:
- './openshift/manifests/org-ocpdude/**.yaml'
- './openshift/manifests/org-vault-tec/**.yaml'
- './openshift/manifests/rbac-example/**.yaml'
- './openshift/builds/podman/Dockerfile'
- './openshift/builds/docker/Dockerfile'
- main
pull_request:
branches:
- '!main'
paths:
- './openshift/manifests/org-ocpdude/**.yaml'
- './openshift/manifests/org-vault-tec/**.yaml'
- './openshift/manifests/rbac-example/**.yaml'
- './openshift/builds/podman/Dockerfile'
- './openshift/builds/docker/Dockerfile'

workflow_dispatch:
workflow_dispatch:

jobs:
build:
name: Let's lint it up! 🎸
runs-on: ubuntu-latest

permissions:
contents: read
packages: read
Expand Down

0 comments on commit fdf16f8

Please sign in to comment.