Skip to content

chore: configure csp (#144) #799

chore: configure csp (#144)

chore: configure csp (#144) #799

Workflow file for this run

name: Test
on:
push:
branches: ["**"]
pull_request:
branches: ["**"]
permissions:
contents: read
jobs:
test:
name: Run Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
- name: Setup
uses: ./.github/actions/setup
- name: Run tests
run: pnpm test --run