Skip to content

small grammar fix - Update 1155-contracts.mdx #1441

small grammar fix - Update 1155-contracts.mdx

small grammar fix - Update 1155-contracts.mdx #1441

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: pnpm run lint