Skip to content

Merge torrust/torrust-index-api-lib#50: New API endpoint for listing … #109

Merge torrust/torrust-index-api-lib#50: New API endpoint for listing …

Merge torrust/torrust-index-api-lib#50: New API endpoint for listing … #109

Workflow file for this run

name: Test
on:
pull_request:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
run: npm install
- name: Build
run: npm run build
- name: Lint
run: npm run lint