Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

feat: add custom key for cel expression support #759

feat: add custom key for cel expression support

feat: add custom key for cel expression support #759

Workflow file for this run

name: Files existence
on:
pull_request:
types: [ opened, edited, synchronize, reopened ]
jobs:
file_existence:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Check if important files exist
id: check_files
uses: andstor/file-existence-action@v2
with:
files: "pkg/defaultRules/defaultRules.yaml, pkg/defaultPolicies/defaultPolicies.yaml"
fail: true