Skip to content

Commit 47ea636

Browse files
chore: sync default repository files (#1063)
* chore: sync CODE_OF_CONDUCT.md file Made with ❤️️ by updatecli * chore: sync .github/workflows/typos.yaml file Made with ❤️️ by updatecli --------- Co-authored-by: updateclibot[bot] <92153806+updateclibot[bot]@users.noreply.github.com> Co-authored-by: Olivier Vernin <olivier@vernin.me>
1 parent 2b6d4da commit 47ea636

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

.github/workflows/typos.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Test Typos
2+
on: [pull_request]
3+
permissions: {}
4+
jobs:
5+
run:
6+
name: Spell Check with Typos
7+
runs-on: ubuntu-latest
8+
permissions:
9+
contents: read
10+
steps:
11+
- name: Checkout Actions Repository
12+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
13+
- name: Check spelling of file.txt
14+
uses: crate-ci/typos@631208b7aac2daa8b707f55e7331f9112b0e062d # v1.44.0

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ representative at an online or offline event.
6060

6161
Instances of abusive, harassing, or otherwise unacceptable behavior may be
6262
reported to the community leaders responsible for enforcement at
63-
me@olblak.com.
63+
contact@updatecli.io.
6464
All complaints will be reviewed and investigated promptly and fairly.
6565

6666
All community leaders are obligated to respect the privacy and security of the

0 commit comments

Comments
 (0)