Skip to content

Commit

Permalink
Revert "devops: add docs & lint github workflow"
Browse files Browse the repository at this point in the history
This breaks YML syntax in GH workflows
  • Loading branch information
aslushnikov committed Feb 12, 2020
1 parent 7ec7f72 commit 0de625d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 43 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/chromium-linux.yml
@@ -1,4 +1,4 @@
name: tests: Linux + CR
name: Chromium Linux Tests

on:
push:
Expand Down Expand Up @@ -32,6 +32,7 @@ jobs:
- name: npm install, build, and test
run: |
npm install
npm run build
xvfb-run --auto-servernum npm run ctest
env:
CI: true
2 changes: 1 addition & 1 deletion .github/workflows/chromium-windows.yml
@@ -1,4 +1,4 @@
name: tests: Win + CR
name: Chromium Windows Tests

on:
push:
Expand Down
37 changes: 0 additions & 37 deletions .github/workflows/docs-and-lint.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/firefox-linux.yml
@@ -1,4 +1,4 @@
name: tests: Linux + FF
name: Firefox Linux Tests

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/firefox-windows.yml
@@ -1,4 +1,4 @@
name: tests: Win + FF
name: Firefox Windows Tests

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/webkit-linux.yml
@@ -1,4 +1,4 @@
name: tests: Linux + WK
name: WebKit Linux Tests

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/webkit-windows.yml
@@ -1,4 +1,4 @@
name: tests: Win + WK
name: WebKit Windows Tests

on:
push:
Expand Down

0 comments on commit 0de625d

Please sign in to comment.