Skip to content

Commit

Permalink
Merge branch 'vacuum-lint' of github.com:blobbered/hound into vacuum-…
Browse files Browse the repository at this point in the history
…lint
  • Loading branch information
blobbered committed Nov 25, 2020
2 parents be6c85a + a59b693 commit a35b7eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@ jobs:
matrix:
go: ["1.14", "1.13", "1.12"]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
- uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go }}
- run: go build -x -work ./cmds/...
node-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
- uses: actions/setup-node@v1
with:
node-version: "10.x"
- run: npm install
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
- uses: actions/setup-go@v2
with:
go-version: "1.13"
Expand All @@ -38,7 +38,7 @@ jobs:
matrix:
go: ["1.14", "1.13", "1.12"]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
- uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go }}
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Hound

[![Build Status](https://travis-ci.org/hound-search/hound.svg?branch=master)](https://travis-ci.org/hound-search/hound)
[![.github/workflows/go.yaml](https://github.com/hound-search/hound/workflows/.github/workflows/go.yaml/badge.svg)](https://github.com/hound-search/hound/actions)

Hound is an extremely fast source code search engine. The core is based on this article (and code) from Russ Cox:
[Regular Expression Matching with a Trigram Index](http://swtch.com/~rsc/regexp/regexp4.html). Hound itself is a static
Expand Down

0 comments on commit a35b7eb

Please sign in to comment.