diff options
author | Dan Laine <[email protected]> | 2020-12-17 15:14:20 -0500 |
---|---|---|
committer | Dan Laine <[email protected]> | 2020-12-17 15:14:20 -0500 |
commit | 7a3492c26c2605840d57fb5efdd5761f44deaaff (patch) | |
tree | 8e6e94e98e01e5beff25bb4fe573785ba4b1ee50 /.github/workflows | |
parent | 37f247ff4301958a42c15c6aeff68233907388de (diff) | |
parent | 4bfc175770fa006387ca1ffd2360fc0665dfcbf3 (diff) |
Merge branch 'dev' of github.com:ava-labs/coreth into dev
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b371b2f..c5ef50b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ on: [pull_request, push] jobs: lint: - name: Golang v${{ matrix.go }} (${{ matrix.os }}) + name: Lint Golang v${{ matrix.go }} (${{ matrix.os }}) runs-on: ${{ matrix.os }} strategy: matrix: |