Skip to content

#1168: handle JSON null in User.Smart#name() and #hasName() #187

#1168: handle JSON null in User.Smart#name() and #hasName()

#1168: handle JSON null in User.Smart#name() and #hasName() #187

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (c) 2013-2026 Yegor Bugayenko
# SPDX-License-Identifier: MIT
---
# yamllint disable rule:line-length
name: typos
'on':
push:
branches:
- master
pull_request:
branches:
- master
jobs:
typos:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
- uses: crate-ci/typos@v1.41.0