Skip to content

Commit 0de625d

Browse files
committed
Revert "devops: add docs & lint github workflow"
This breaks YML syntax in GH workflows
1 parent 7ec7f72 commit 0de625d

File tree

7 files changed

+7
-43
lines changed

7 files changed

+7
-43
lines changed

.github/workflows/chromium-linux.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: tests: Linux + CR
1+
name: Chromium Linux Tests
22

33
on:
44
push:
@@ -32,6 +32,7 @@ jobs:
3232
- name: npm install, build, and test
3333
run: |
3434
npm install
35+
npm run build
3536
xvfb-run --auto-servernum npm run ctest
3637
env:
3738
CI: true

.github/workflows/chromium-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: tests: Win + CR
1+
name: Chromium Windows Tests
22

33
on:
44
push:

.github/workflows/docs-and-lint.yml

Lines changed: 0 additions & 37 deletions
This file was deleted.

.github/workflows/firefox-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: tests: Linux + FF
1+
name: Firefox Linux Tests
22

33
on:
44
push:

.github/workflows/firefox-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: tests: Win + FF
1+
name: Firefox Windows Tests
22

33
on:
44
push:

.github/workflows/webkit-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: tests: Linux + WK
1+
name: WebKit Linux Tests
22

33
on:
44
push:

.github/workflows/webkit-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: tests: Win + WK
1+
name: WebKit Windows Tests
22

33
on:
44
push:

0 commit comments

Comments
 (0)