Skip to content

feat: Enable source maps in TypeScript configuration for better debug… #852

feat: Enable source maps in TypeScript configuration for better debug…

feat: Enable source maps in TypeScript configuration for better debug… #852

Workflow file for this run

name: Usage
on:
push:
pull_request:
workflow_dispatch:
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./
with:
github-token: ${{ secrets.GITHUB_TOKEN }}