Skip to content

Merge branch 'master' of github.com:ssbc/ssb-tribes2 into preferred-l… #653

Merge branch 'master' of github.com:ssbc/ssb-tribes2 into preferred-l…

Merge branch 'master' of github.com:ssbc/ssb-tribes2 into preferred-l… #653

Workflow file for this run

# SPDX-FileCopyrightText: 2022 Andre 'Staltz' Medeiros <[email protected]>
#
# SPDX-License-Identifier: CC0-1.0
name: CI
on: push
jobs:
licenses:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v1
test:
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
matrix:
node-version: [16.x]
steps:
- name: Checkout the repo
uses: actions/checkout@v2
- name: Set up Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: pnpm install
uses: jaid/[email protected]
with:
packageManager: 'pnpm'
- name: Test
run: npm test