Skip to content

chore(deps): update codecov/codecov-action action to v4.6.0 #6955

chore(deps): update codecov/codecov-action action to v4.6.0

chore(deps): update codecov/codecov-action action to v4.6.0 #6955

Workflow file for this run

name: Tests & lint
permissions: read-all
on:
push:
branches:
- main
- vue-legacy
pull_request:
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: cachix/install-nix-action@9f70348d77d0422624097c4b7a75563948901306 # v29
- run: nix-shell --pure --run "pnpm install --frozen-lockfile"
- name: Typecheck
run: nix-shell --pure --run "pnpm run typecheck"
- name: Build
run: nix-shell --pure --run "pnpm run build"
- name: Lint
run: nix-shell --pure --run "pnpm run lint"
- name: Test
run: nix-shell --pure --run "pnpm test"
- name: Mutation testing
run: nix-shell --pure --run "pnpm run test-mutation"
- name: Dry run release
run: nix-shell --pure --run "pnpm publish --dry-run --recursive --provenance --access public --no-git-checks"
- uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0