Skip to content

Update README.md with missing punctuation #1417

Update README.md with missing punctuation

Update README.md with missing punctuation #1417

Workflow file for this run

name: Lint
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install node deps and founry
uses: ./.github/actions/setup_deps
- name: Run prettier
run: yarn lint