Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonboom committed Apr 7, 2022
1 parent 25b1de1 commit a39484c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -7,13 +7,14 @@ on:
branches: [ master ]

jobs:
go_get:
go_install:
runs-on: ubuntu-latest
steps:
- uses: rlespinasse/github-slug-action@v4
- uses: actions/setup-go@v2
with:
go-version: ^1.18
- run: cd /tmp && go install github.com/Antonboom/errname@${GITHUB_HEAD_REF-${GITHUB_REF##*/}} && errname -h
- run: cd /tmp && go install github.com/Antonboom/errname@${{ env.GITHUB_REF_NAME }} && errname -h

lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a39484c

Please sign in to comment.