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

Commit4b3a9a3

Browse files
committed
fix: check unstaged files during ci lint
1 parent40fb57a commit4b3a9a3

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

‎.github/workflows/ci.yaml

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

226+
-name:Check for unstaged files
227+
run:./scripts/check_unstaged.sh
228+
226229
gen:
227230
timeout-minutes:8
228231
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