Skip to content
This repository was archived by the owner on Nov 21, 2024. It is now read-only.

Commit 3ff025f

Browse files
committed
Remove CodeQL, add typos action
1 parent 2ed4f8f commit 3ff025f

File tree

3 files changed

+11
-73
lines changed

3 files changed

+11
-73
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 70 deletions
This file was deleted.

.github/workflows/go.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
name: go
1+
name: checks
22

33
on:
44
push:
55
branches: [ "main" ]
66
pull_request:
7-
branches: [ "main" ]
87

98
jobs:
109
build:
@@ -20,6 +19,15 @@ jobs:
2019
- name: Build
2120
run: go build -v ./...
2221

22+
typos:
23+
runs-on: ubuntu-latest
24+
steps:
25+
- name: Checkout Actions Repository
26+
uses: actions/checkout@v4
27+
28+
- name: Check spelling of all files
29+
uses: crate-ci/typos@master
30+
2331
format:
2432
runs-on: ubuntu-latest
2533
steps:

tracking.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ func Sendstatistics() {
282282
}, t)
283283
writer.WritePoint(p)
284284

285-
// To be safe we release the lock before logging because logging takes a seperate lock
285+
// To be safe we release the lock before logging because logging takes a separate lock
286286
statistics.RUnlock()
287287

288288
logging.Info("Sent statistics")

0 commit comments

Comments
 (0)