Skip to content

Commit cfc0282

Browse files
author
Kadi Kraman
authored
Merge pull request #393 from sheepsteak/master
Move to GitHub Actions
2 parents f8c7b82 + 496343a commit cfc0282

File tree

2 files changed

+22
-19
lines changed

2 files changed

+22
-19
lines changed

.github/workflows/main.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: CI
2+
3+
on: [push]
4+
5+
jobs:
6+
test:
7+
runs-on: ubuntu-latest
8+
9+
steps:
10+
- uses: actions/checkout@v1
11+
- uses: docker://node:8
12+
with:
13+
entrypoint: yarn
14+
args: install --pure-lockfile --audit
15+
- uses: docker://node:8
16+
with:
17+
entrypoint: yarn
18+
args: lint
19+
- uses: docker://node:8
20+
with:
21+
entrypoint: yarn
22+
args: test

.sail.yml

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

0 commit comments

Comments
 (0)