Skip to content

Commit 6ff6dd7

Browse files
committed
run linter in hyperscan folder
1 parent a155bd5 commit 6ff6dd7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
golangci:
5656
name: lint
57-
runs-on: ubuntu-latest
57+
runs-on: ubuntu-20.04
5858
steps:
5959
- name: Install Linux dependencies
6060
run: |
@@ -65,3 +65,4 @@ jobs:
6565
uses: golangci/golangci-lint-action@v2
6666
with:
6767
version: v1.31
68+
working-directory: hyperscan

0 commit comments

Comments
 (0)