Skip to content

Commit d9e48ca

Browse files
authored
ci: remove branch cleanup action (#1471)
1 parent 0013078 commit d9e48ca

File tree

3 files changed

+4
-15
lines changed

3 files changed

+4
-15
lines changed

.github/workflows/ci-merge.yml

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

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@ name: Node.JS CI
22
on: [push, pull_request]
33
jobs:
44
test:
5-
name: lint & test
5+
name: Lint & Test
66
runs-on: ubuntu-16.04
77
steps:
88
- uses: actions/checkout@v1
99
- uses: bahmutov/npm-install@v1
1010
- run: yarn ci && node_modules/.bin/codecov
11+
1112
e2e:
12-
name: cypress
13+
name: Cypress
1314
runs-on: ubuntu-16.04
1415
steps:
1516
- uses: actions/checkout@v1

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
lts/stable

0 commit comments

Comments
 (0)