Skip to content

Merge branch 'main' of https://github.com/incentro-dc/remark-github-a… #4

Merge branch 'main' of https://github.com/incentro-dc/remark-github-a…

Merge branch 'main' of https://github.com/incentro-dc/remark-github-a… #4

Workflow file for this run

name: Test
on:
push:
branches:
- main
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
version: 8
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- name: Install dependencies
run: pnpm install
- name: Run builds
run: pnpm test