Skip to content

BREW-662: MCDM's The Talent and Psionics #3480

BREW-662: MCDM's The Talent and Psionics

BREW-662: MCDM's The Talent and Psionics #3480

Workflow file for this run

name: Lint/Test
on:
pull_request:
branches: [ master ]
concurrency:
group: ${{ github.head_ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ latest ]
steps:
- uses: actions/checkout@master
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@master
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test