Skip to content

Commit 1cec395

Browse files
committed
fix syntax error in workflow
1 parent 27b1456 commit 1cec395

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
- name: Checkout repository
2020
uses: actions/checkout@v2
2121

22-
- run: |
23-
cd statsd && go build .
22+
- name: build
23+
run: cd statsd && go build .
2424

2525
# Initializes the CodeQL tools for scanning.
2626
- name: Initialize CodeQL

0 commit comments

Comments
 (0)