Skip to content

Fix some typos and formatting issues #1

Fix some typos and formatting issues

Fix some typos and formatting issues #1

Workflow file for this run

name: Verify project
on:
pull_request:
branches: ["main"]
push:
workflow_dispatch:
jobs:
verify:
runs-on: ubuntu-latest
steps:
- name: Check out project
uses: actions/checkout@v3
- name: Check project formating
uses: creyD/[email protected]
with:
prettier_options: --check .