Skip to content

test: add error-handling and sensitive key protection tests for ApiKeySetupModal (#1411) #1415

test: add error-handling and sensitive key protection tests for ApiKeySetupModal (#1411)

test: add error-handling and sensitive key protection tests for ApiKeySetupModal (#1411) #1415

Workflow file for this run

name: Check for Committed Artifacts
on:
pull_request:
branches: [main, dev]
paths:
- "frontend/**"
- "output/**"
- "data/**"
- "backend/data/**"
- "logs/**"
- "scripts/check-artifacts.sh"
- ".github/workflows/check-artifacts.yml"
jobs:
artifact-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run artifact guard
run: bash scripts/check-artifacts.sh origin/main