Skip to content

🔧 config: remove some icons in docs to try to enforce hsts headers #81

🔧 config: remove some icons in docs to try to enforce hsts headers

🔧 config: remove some icons in docs to try to enforce hsts headers #81

Workflow file for this run

name: main
on:
workflow_dispatch:
push:
branches: [ main ]
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
pre-commit:
uses: ./.github/workflows/pre-commit.yml
run-tests:
uses: ./.github/workflows/run-tests.yml
docs:
uses: ./.github/workflows/docs.yml
secrets: inherit
permissions:
contents: read
pages: write
id-token: write
wheels:
uses: ./.github/workflows/wheels.yml
secrets: inherit
permissions:
contents: read
actions: write
id-token: write
codeql:
uses: ./.github/workflows/codeql.yml
secrets: inherit
permissions:
contents: read
actions: read
security-events: write