Skip to content

(docs) Readme: Improve title and wording for main tool link (#3611) #220

(docs) Readme: Improve title and wording for main tool link (#3611)

(docs) Readme: Improve title and wording for main tool link (#3611) #220

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
deploy:
name: CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install
uses: ./.github/actions/install
- name: Lint
run: npm run lint
- name: Build
run: npm run build