Skip to content

Commit

Permalink
fix yamllint (#43)
Browse files Browse the repository at this point in the history
* fix yamllint

* Refactor

* Refactor

* Refactor

* Refactor

* Refactor

* Refactor

* Refactor

* Refactor

* Refactor
  • Loading branch information
sashamelentyev authored Aug 31, 2021
1 parent 5655343 commit 35fc6d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: actions/checkout@v2
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v2

misspell:
name: runner / misspell
runs-on: ubuntu-latest
Expand Down Expand Up @@ -74,4 +74,4 @@ jobs:
- name: Unit Tests
run: go test -v -race ./internal/...
- name: Integration tests
run: docker-compose up --build --abort-on-container-exit --exit-code-from integration
run: docker-compose up --build --abort-on-container-exit --exit-code-from integration

0 comments on commit 35fc6d9

Please sign in to comment.