Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1e70daa

Browse filesBrowse files
Update documentation
1 parent 0946102 commit 1e70daa
Copy full SHA for 1e70daa

File tree

Expand file treeCollapse file tree

3 files changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+4
-4
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![GoDoc](https://godoc.org/github.com/gopherjs/gopherjs/js?status.svg)](https://godoc.org/github.com/gopherjs/gopherjs/js)
44
[![Sourcegraph](https://sourcegraph.com/github.com/gopherjs/gopherjs/-/badge.svg)](https://sourcegraph.com/github.com/gopherjs/gopherjs?badge)
5-
[![Circle CI](https://circleci.com/gh/gopherjs/gopherjs.svg?style=svg)](https://circleci.com/gh/gopherjs/gopherjs)
5+
[![Github Actions CI](https://github.com/gopherjs/gopherjs/actions/workflows/ci.yaml/badge.svg)](https://github.com/gopherjs/gopherjs/actions/workflows/ci.yaml)
66

77
GopherJS compiles Go code ([go.dev](https://go.dev/)) to pure JavaScript code. Its main purpose is to give you the opportunity to write front-end code in Go which will still run in all browsers.
88

‎doc/packages.md

Copy file name to clipboardExpand all lines: doc/packages.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Supported Packages
22

3-
On each commit, Circle CI automatically compiles all supported packages with GopherJS and runs their tests:
3+
On each commit, Github Actions CI automatically compiles all supported packages with GopherJS and runs their tests:
44

5-
[![Circle CI](https://circleci.com/gh/gopherjs/gopherjs.svg?style=svg)](https://circleci.com/gh/gopherjs/gopherjs)
5+
[![Github Actions CI](https://github.com/gopherjs/gopherjs/actions/workflows/ci.yaml/badge.svg)](https://github.com/gopherjs/gopherjs/actions/workflows/ci.yaml)
66

77
| Name | Supported | Comment |
88
| ------------------- | ------------ | --------------------------------------------------------------------------------- |

‎tests/gorepo/gorepo_test.go

Copy file name to clipboardExpand all lines: tests/gorepo/gorepo_test.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func TestGoRepositoryCompilerTests(t *testing.T) {
2424
shards := os.Getenv("CIRCLE_NODE_TOTAL")
2525
shard := os.Getenv("CIRCLE_NODE_INDEX")
2626
if shards != "" && shard != "" {
27-
// We are running under CircleCI parallel test job, so we need to shard execution.
27+
// When we are running under CircleCI parallel test job, we need to shard execution.
2828
args = append(args, "-shard="+shard, "-shards="+shards)
2929
// CircleCI reports a lot more cores than we can actually use, so we have to limit concurrency.
3030
args = append(args, "-n=2", "-l=2")

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.