Skip to content

feat: add data to client session #13

feat: add data to client session

feat: add data to client session #13

Workflow file for this run

name: lint
on:
pull_request:
types:
- opened
- edited
- synchronize
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- run: bun i --frozen-lockfile
- run: bun run lint:es
- run: bun run lint:prettier
- run: bun run lint:ts
# needed for `commitlint`
- run: git fetch origin main
- name: PR title | commitlint
run: echo '${{ github.event.pull_request.title }}' | bunx commitlint