Skip to content

Commit

Permalink
starting dependency-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
farskipper committed Nov 5, 2023
1 parent 6f99310 commit 17544a3
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 6 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Test

on: push

jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
matrix:
node-version:
- lts/*
- latest
os: [ubuntu-latest, macOS-latest, windows-latest]

steps:
- uses: actions/checkout@v2
- name: Node ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}

- run: npm run setup
- run: npm test
4 changes: 0 additions & 4 deletions .travis.yml

This file was deleted.

2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# select-when

[![Build Status](https://travis-ci.org/Picolab/select-when.svg)](https://travis-ci.org/Picolab/select-when)

This javascript library makes it _easy_ to create rules that **pattern match** on event streams.

- [Rationale](#rationale)
Expand Down

0 comments on commit 17544a3

Please sign in to comment.