Skip to content

fix(watch): trim tl;dr and do not justify it on mobile #13

fix(watch): trim tl;dr and do not justify it on mobile

fix(watch): trim tl;dr and do not justify it on mobile #13

Workflow file for this run

name: CI
on:
pull_request:
types:
- opened
- reopened
- synchronize
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[skip ci]')"
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
version: 9
- name: Install dependencies
run: pnpm install
- name: Lint source code
run: pnpm lint