Skip to content

chore: publish with provenance #718

chore: publish with provenance

chore: publish with provenance #718

Workflow file for this run

name: Tests
on:
push:
env:
# renovate datasource=github-releases depName=jdx/mise
MISE_VERSION: 'v2025.11.8'
jobs:
tests:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
- uses: actions/checkout@v5
- uses: jdx/[email protected]
with:
version: ${{ env.MISE_VERSION }}
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
with:
cache: yarn
- run: mise run ci
- uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}