mirror of
https://github.com/ent/ent.git
synced 2026-05-02 23:50:54 +03:00
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:
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@@ -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:
|
||||
|
||||
15
.github/workflows/typos.toml
vendored
15
.github/workflows/typos.toml
vendored
@@ -1,15 +0,0 @@
|
||||
# See https://github.com/crate-ci/typos/blob/master/docs/reference.md to configure typos
|
||||
[default.extend-words]
|
||||
ba = "ba"
|
||||
importent = "importent"
|
||||
mis = "mis"
|
||||
nd = "nd"
|
||||
ons = "ons"
|
||||
ser = "ser"
|
||||
ue = "ue"
|
||||
udo = "udo"
|
||||
leafs = "leafs"
|
||||
hax = "hax"
|
||||
[files]
|
||||
extend-exclude = []
|
||||
|
||||
Reference in New Issue
Block a user