Skip to content

Headers middleware: support Content-Security-Policy-Report-Only #4487

Headers middleware: support Content-Security-Policy-Report-Only

Headers middleware: support Content-Security-Policy-Report-Only #4487

Workflow file for this run

name: Test Unit
on:
pull_request:
branches:
- '*'
env:
GO_VERSION: '1.22'
jobs:
test-unit:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go ${{ env.GO_VERSION }}
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
- name: Avoid generating webui
run: touch webui/static/index.html
- name: Tests
run: make test-unit