-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6003b22
commit 235d5b5
Showing
4 changed files
with
11 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: go lint | ||
on: [push] | ||
jobs: | ||
sdk-go-lint: | ||
lint: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: git clone | ||
|
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: go test | ||
on: [push] | ||
jobs: | ||
sdk-go-lint: | ||
test: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: git clone | ||
|
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: json lint | ||
on: [push] | ||
jobs: | ||
sdk-json-lint: | ||
lint: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: git clone | ||
|
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 |
---|---|---|
@@ -1,12 +1,12 @@ | ||
name: markdown lint | ||
on: [push] | ||
jobs: | ||
sdk-markdown-lint: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: git clone | ||
uses: actions/checkout@v4 | ||
lint: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: git clone | ||
uses: actions/checkout@v4 | ||
|
||
- uses: DavidAnson/markdownlint-cli2-action@v7 | ||
with: | ||
globs: "**/*.md" | ||
- uses: DavidAnson/markdownlint-cli2-action@v7 | ||
with: | ||
globs: "**/*.md" |