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 d82d320

Browse filesBrowse files
committed
Move tags check to GitHub Actions linter workflow
1 parent c7cfb39 commit d82d320
Copy full SHA for d82d320

File tree

Expand file treeCollapse file tree

2 files changed

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

2 files changed

+4
-3
lines changed

‎.github/workflows/lint.yaml

Copy file name to clipboardExpand all lines: .github/workflows/lint.yaml
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,7 @@ jobs:
2323
- name: Check go.mod
2424
run: |
2525
go mod tidy && git diff --exit-code
26+
27+
- name: Check natives build tags
28+
run: |
29+
diff -u <(echo -n) <(go list ./compiler/natives/src/...) # All those packages should have // +build js.

‎circle.yml

Copy file name to clipboardExpand all lines: circle.yml
-3Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,6 @@ jobs:
7272
executor: gopherjs
7373
steps:
7474
- setup_and_install_gopherjs
75-
- run:
76-
name: Check natives build tags
77-
command: diff -u <(echo -n) <(go list ./compiler/natives/src/...) # All those packages should have // +build js.
7875
- run:
7976
name: Smoke tests
8077
command: |

0 commit comments

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