generated from bilalcaliskan/golang-cli-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #240 from bilalcaliskan/devel
Devel
- Loading branch information
Showing
5 changed files
with
53 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,15 +56,6 @@ jobs: | |
- name: Run ${{ matrix.name }} tests | ||
run: make -s test-${{ matrix.name }} | ||
|
||
staticcheck: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v4 | ||
- uses: dominikh/[email protected] | ||
with: | ||
version: "2022.1.3" | ||
|
||
codeql: | ||
runs-on: ubuntu-latest | ||
steps: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,15 +35,6 @@ jobs: | |
- name: Clean downloaded binaries | ||
run: make -s clean | ||
|
||
staticcheck: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v4 | ||
- uses: dominikh/[email protected] | ||
with: | ||
version: "2022.1.3" | ||
|
||
codeql: | ||
runs-on: ubuntu-latest | ||
steps: | ||
|
@@ -128,7 +119,6 @@ jobs: | |
- lint | ||
- fmt | ||
- tests | ||
- staticcheck | ||
- codeql | ||
- sonarcloud | ||
- builds | ||
|
@@ -138,7 +128,7 @@ jobs: | |
with: | ||
fetch-depth: '0' | ||
- name: Bump version and push tag | ||
uses: anothrNick/github-tag-action@1.67.0 | ||
uses: anothrNick/github-tag-action@1.69.0 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
WITH_V: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters