Skip to content

Commit

Permalink
sacloud/go-template@v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Kazumichi Yamamoto committed Jul 7, 2022
1 parent c142cf5 commit a4dcd86
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,21 @@ jobs:
- name: Unshallow
run: git fetch --prune --unshallow

- name: lint a document with textlint
uses: sacloud/textlint-action@v0.0.1
# with:
# working-directory: .
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18

- name: Setup tools
run: |
make tools
- name: make lint-text
run: |
make lint-text
lint-go:
name: lint-go
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -46,11 +54,9 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: 1.18

- name: Setup tools
run: |
make tools
- name: make lint-go
run: |
make lint-go
Expand Down

0 comments on commit a4dcd86

Please sign in to comment.