Skip to content

Add build step to workflows and simplify tsconfig.check.json #394

Add build step to workflows and simplify tsconfig.check.json

Add build step to workflows and simplify tsconfig.check.json #394

Workflow file for this run

name: Linting
on:
push:
branches: [main]
tags: ['*']
pull_request:
branches: [main]
workflow_dispatch:
permissions:
contents: read
jobs:
lint-check:
uses: SocketDev/socket-registry/.github/workflows/lint.yml@main