Skip to content

fix: CSP headers and deps alerts #486

fix: CSP headers and deps alerts

fix: CSP headers and deps alerts #486

Workflow file for this run

# Copyright 2025 AGNTCY Contributors (https://github.com/agntcy)
# SPDX-License-Identifier: Apache-2.0
---
name: Run all tests for main
on:
push:
# Run superlinter on pushes to default branch
branches:
- main
# Run superlinter on pull request events
pull_request:
# Declare default permissions as read-only
permissions: read-all
jobs:
pre-release-test:
uses: ./.github/workflows/reusable-test.yml