schema/field: allow setting time fields as unique (#4220)

* schema/field: allow setting time fields as unique

* .github: goodbye crate-ci/typos
This commit is contained in:
Ariel Mashraki
2024-09-19 21:59:59 +03:00
committed by GitHub
parent a733167c6f
commit 009b396d7e
19 changed files with 590 additions and 61 deletions

View File

@@ -10,18 +10,6 @@ on:
- 'doc/**'
jobs:
typos-check:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v4
- name: Check spelling with custom config file
uses: crate-ci/typos@v1.24.5
with:
config: .github/workflows/typos.toml
lint:
runs-on: ubuntu-latest
steps: