Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/grokify/spectrum
Browse files Browse the repository at this point in the history
  • Loading branch information
grokify committed Dec 15, 2022
2 parents f72721e + b68089a commit f489e8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.platform }}

steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.2.0

- name: golangci-lint
uses: golangci/golangci-lint-action@v3.3.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0
- name: Run tests
run: go test -v -covermode=count ./...

0 comments on commit f489e8e

Please sign in to comment.