Skip to content

Commit 98affca

Browse files
committed
submodules: recursive
1 parent 0ea550c commit 98affca

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/releace.yml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
- name: checkout master
1515
uses: actions/checkout@v2
1616
with:
17+
submodules: recursive
1718
ref: master
1819

1920
- name: install nodejs

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
## Leetcode in Golang
2+
[![Build latest tag](https://github.com/kimi0230/LeetcodeGolang/actions/workflows/releace.yml/badge.svg)](https://github.com/kimi0230/LeetcodeGolang/actions/workflows/releace.yml) [![Build my gitbook and deploy to gh-pages](https://github.com/kimi0230/LeetcodeGolang/actions/workflows/build.yml/badge.svg)](https://github.com/kimi0230/LeetcodeGolang/actions/workflows/build.yml) [![pages-build-deployment](https://github.com/kimi0230/LeetcodeGolang/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/kimi0230/LeetcodeGolang/actions/workflows/pages/pages-build-deployment)
3+
24
[Leetcode](https://leetcode.com/), [Codility](https://app.codility.com/programmers/) , [GeekforGeeks algorithms](https://www.geeksforgeeks.org/fundamentals-of-algorithms/?ref=shm) exercises written in Golang.
35

46
https://kimi0230.github.io/LeetcodeGolang/

0 commit comments

Comments
 (0)