Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Actor Framework
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
Actor Framework
Commits
3b087992
Commit
3b087992
authored
Jun 18, 2021
by
Marian Triebe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add crate-ci/typos workflow
parent
35737b2f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
.github/workflows/check-typos.yml
.github/workflows/check-typos.yml
+12
-0
typos-config.toml
typos-config.toml
+2
-0
No files found.
.github/workflows/check-typos.yml
0 → 100644
View file @
3b087992
name
:
check-typos
on
:
[
push
,
pull_request
]
jobs
:
typos
:
runs-on
:
ubuntu-latest
timeout-minutes
:
5
steps
:
-
uses
:
actions/checkout@v2
-
name
:
Spell checking over all files
uses
:
crate-ci/typos@master
with
:
config
:
./typos-config.toml
typos-config.toml
0 → 100644
View file @
3b087992
[files]
extend-exclude
=
["*.pem"]
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment