Skip to content

Merge pull request #238 from kreuzerk/all-contributors/add-logancool #37

Merge pull request #238 from kreuzerk/all-contributors/add-logancool

Merge pull request #238 from kreuzerk/all-contributors/add-logancool #37

Workflow file for this run

name: feature-branch
on:
push:
branches:
- '*'
- '*/*'
- '**'
- '!master'
jobs:
CI:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Node & NPM
uses: actions/setup-node@v3
- name: Install node modules
run: npm install
- name: Test
run: npm run test