Skip to content

Svelte-Check PR Annotator

Actions
Annotate pull requests with Svelte-Check errors detected during CI
v1
Latest
Star (0)

Tags

 (1)

Svelte-Check PR Annotator

Usage

Annotate pull requests with svelte-check errors detected during CI.

Note: This doesn't install or run svelte-check, it just sets up the PR annotations.

Example workflow

name: My Workflow
on: [push, pull_request]
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3

      - name: Install pnpm
        uses: pnpm/[email protected]
        with:
          version: 7
      - name: Use Node.js 18
        uses: actions/setup-node@v3
        with:
          node-version: 18
          cache: "pnpm"
      - name: Install build dependencies 🧰
        run: |
          pnpm install
          pnpm svelte-kit sync

      - name: Add Svelte Check annotator
        uses: prgm-dev/svelte-check-pr-annotator@main

      - name: Run Svelte-Check
        run: pnpm svelte-check --output machine --use-new-transformation true

Svelte-Check PR Annotator is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Annotate pull requests with Svelte-Check errors detected during CI
v1
Latest

Tags

 (1)

Svelte-Check PR Annotator is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.