Skip to content

chore: fix typos in starknet foundry chapter #257

chore: fix typos in starknet foundry chapter

chore: fix typos in starknet foundry chapter #257

Workflow file for this run

name: Task - Linters
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run prettier
run: |-
npx prettier --check .