Skip to content

Commit

Permalink
Drop Travis and add a GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
atesgoral committed Jul 6, 2024
1 parent 082bcb7 commit faf005f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Test
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Install
run: yarn

- name: Test
run: yarn test
3 changes: 0 additions & 3 deletions .travis.yml

This file was deleted.

0 comments on commit faf005f

Please sign in to comment.