Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Merge torrust/torrust-website#252: updates to torrust website v2 #330

Merge torrust/torrust-website#252: updates to torrust website v2

Merge torrust/torrust-website#252: updates to torrust website v2 #330

Workflow file for this run

name: Test
on:
pull_request:
push:
branches: 'develop'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Enable Package Managers
run: corepack enable
- name: Install dependencies
run: npm install
- name: Build
run: npm run build
- name: Lint
run: npm run lint
- name: Check
run: npm run check
- name: Build
run: npm run build
- name: Story build
run: npm run story:build