Skip to content

feat: Improve ui styling #19

feat: Improve ui styling

feat: Improve ui styling #19

Workflow file for this run

name: Check Typos
on:
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
typos:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Run typos check
uses: crate-ci/typos@v1.26.0