Skip to content

Commit 467aa36

Browse files
chore: sync default repository files (#282)
* chore: sync CODE_OF_CONDUCT.md file Made with ❤️️ by updatecli * chore: sync .github/workflows/typos.yaml 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 <me@olblak.com>
1 parent 3890574 commit 467aa36

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
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)