mirror of
https://github.com/ent/ent.git
synced 2026-05-03 16:10:59 +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:
|
||||
|
||||
Reference in New Issue
Block a user