Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit46cce33

Browse files
fix: check unstaged files during ci lint (#15120)
1 parent40fb57a commit46cce33

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

‎.github/workflows/ci.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,12 @@ jobs:
223223
./actionlint -color -shellcheck= -ignore "set-output"
224224
shell:bash
225225

226+
-name:Check for unstaged files
227+
run:|
228+
rm -f ./actionlint ./typos
229+
./scripts/check_unstaged.sh
230+
shell:bash
231+
226232
gen:
227233
timeout-minutes:8
228234
runs-on:${{ github.repository_owner == 'coder' && 'depot-ubuntu-22.04-8' || 'ubuntu-latest' }}

‎coderd/activitybump_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ func TestWorkspaceActivityBump(t *testing.T) {
125125
}
126126

127127
// maxTimeDrift is how long we are willing wait for a deadline to
128-
// be increased. Since it could have been bumped at theintial
128+
// be increased. Since it could have been bumped at theinitial
129129
maxTimeDrift:=testutil.WaitMedium
130130

131131
updatedAfter:=dbtime.Now()

‎enterprise/wsproxy/keyfetcher.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ package wsproxy
33
import (
44
"context"
55

6+
"golang.org/x/xerrors"
7+
68
"github.com/coder/coder/v2/coderd/cryptokeys"
79
"github.com/coder/coder/v2/codersdk"
810
"github.com/coder/coder/v2/enterprise/wsproxy/wsproxysdk"
9-
"golang.org/x/xerrors"
1011
)
1112

1213
var_ cryptokeys.Fetcher=&ProxyFetcher{}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp