Skip to content

Commit

Permalink
wip : dev-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-shin-wt committed Jun 7, 2024
1 parent 752b49f commit 5c3b855
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dev-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.version }}

- name: Check Lint
run: make lint

Expand All @@ -49,6 +49,8 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}

- run: git submodule update --init wemix/

- name: Set up Go
uses: actions/setup-go@v3
with:
Expand Down

0 comments on commit 5c3b855

Please sign in to comment.