Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham authored Mar 10, 2024
1 parent 9fc8fff commit def4c00
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.22"
go-version-file: "go.mod"
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
Expand All @@ -24,11 +24,13 @@ jobs:
- uses: extractions/setup-just@v2
- uses: actions/setup-go@v5
with:
go-version: "1.22"
go-version-file: "go.mod"
- run: just test
- uses: codecov/codecov-action@v4
with:
files: coverage.out
token: ${{ secrets.CODECOV_TOKEN }}
slug: 1995parham/saf
docker:
name: docker
runs-on: ubuntu-latest
Expand Down

0 comments on commit def4c00

Please sign in to comment.