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

perf(httpClient): compare strings with strings.EqualFold #765

perf(httpClient): compare strings with strings.EqualFold

perf(httpClient): compare strings with strings.EqualFold #765

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