Skip to content

Commit

Permalink
merged all changes into one
Browse files Browse the repository at this point in the history
Signed-off-by: krishnaduttPanchagnula <krishnadutt123@gmail.com>
  • Loading branch information
krishnaduttPanchagnula committed Jun 7, 2023
1 parent 2b13329 commit a601e08
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/Circle-ci.yml
Expand Up @@ -15,8 +15,6 @@ jobs:
strategy:
matrix:
go_version: ["1.18", "1.19", "1.20"]
run_lint: [true, true, true]
run_style_and_unused: [false, false, true]

steps:
- name: Checkout code
Expand All @@ -40,9 +38,8 @@ jobs:
CI: true

- name: Run lint
if: ${{ matrix.run_lint == true && startsWith(matrix.go_version, '1.') }}
run: make lint

- name: Run style and unused
if: ${{ matrix.run_style_and_unused == true && matrix.go_version == '1.20' }}
if: ${{ matrix.go_version == '1.20' }}
run: make style unused

0 comments on commit a601e08

Please sign in to comment.