Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
chore: use github action
Browse files Browse the repository at this point in the history
  • Loading branch information
githoniel committed May 12, 2021
1 parent 89adb1a commit 82a8ab5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 14 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: 'ci'
on:
push:
branches:
- '**'
pull_request:
branches:
- master

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: bahmutov/npm-install@v1
- name: Run unit tests
- run: yarn lint
- run: yarn style
- run: yarn test
- run: yarn test:types
14 changes: 0 additions & 14 deletions .travis.yml

This file was deleted.

0 comments on commit 82a8ab5

Please sign in to comment.