Skip to content

Commit

Permalink
Replaced Travis with Github Actions (#732)
Browse files Browse the repository at this point in the history
  • Loading branch information
andersevenrud committed Feb 18, 2020
1 parent 7aba72b commit 3e2c946
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test.yml
@@ -0,0 +1,14 @@
name: Lint tests
on: [push, pull_request]
jobs:
build:
name: Lint tests (node latest)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '13.x'
- run: npm install
- run: npm run eslint
- run: npm run stylelint
7 changes: 0 additions & 7 deletions .travis.yml

This file was deleted.

0 comments on commit 3e2c946

Please sign in to comment.