Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

lint-text

lint-text #278

Workflow file for this run

name: lint text
on:
push:
repository_dispatch:
types: [lint-text]
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
name: lint text
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2.2.2
with:
version: latest
- run: pnpm install
- name: lint text
run: pnpm run lint