[READ-ONLY] Mirror of https://github.com/danielroe/postcss-capsize. PostCSS plugin to inject Capsize font metrics
0

Configure Feed

Select the types of activity you want to include in your feed.

chore: revert pnpm trust policy and restore provenance action

Daniel Roe (Nov 11, 2025, 4:42 PM UTC) dd72817a a0d4ad3c

+22
+22
.github/workflows/provenance.yml
··· 1 + name: ci 2 + 3 + on: 4 + push: 5 + branches: 6 + - main 7 + pull_request: 8 + branches: 9 + - main 10 + permissions: 11 + contents: read 12 + jobs: 13 + check-provenance: 14 + runs-on: ubuntu-latest 15 + steps: 16 + - uses: actions/checkout@v4 17 + with: 18 + fetch-depth: 0 19 + - name: Check provenance downgrades 20 + uses: danielroe/provenance-action@a5a718233ca12eff67651fcf29a030bbbd5b3ca1 # v0.1.0 21 + with: 22 + fail-on-provenance-change: true