Skip to content

Commit

Permalink
github action
Browse files Browse the repository at this point in the history
  • Loading branch information
larsthorup committed Jun 29, 2023
1 parent e4a77e2 commit 15d47c4
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 790 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/ci.yml
@@ -0,0 +1,21 @@
name: CI

on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: "18"
- name: Install dependencies
run: npm install
- name: Run tests
run: npm test
- name: Publish coverage
uses: coverallsapp/github-action@v2.2.0
4 changes: 0 additions & 4 deletions .travis.yml

This file was deleted.

0 comments on commit 15d47c4

Please sign in to comment.