Skip to content

chore: linting

chore: linting #210

name: Prettier Formatting
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Setup repo
uses: actions/checkout@v3
- name: Yarn Setup
uses: DerYeger/[email protected]
- name: Check Formatting
run: yarn prettier --check web3-functions/ test/ contracts/