Skip to content

chore: clean cobadged example #33

chore: clean cobadged example

chore: clean cobadged example #33

Workflow file for this run

name: lint
on:
pull_request:
types:
- opened
- edited
- synchronize
branches:
- main
permissions:
contents: read
pull-requests: write
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- 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