Skip to content

docs(README.md): update links and descriptions for ESLint configuration #2

docs(README.md): update links and descriptions for ESLint configuration

docs(README.md): update links and descriptions for ESLint configuration #2

Workflow file for this run

name: Build
on:
push:
branches: ["main"]
pull_request:
types: [opened, synchronize]
jobs:
build:
name: TSup build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: pnpm/action-setup@v2
- name: Install dependencies
run: pnpm install
- name: Run TSup
run: pnpm run build