Skip to content

feat: add Bioconductor as package manager type #26

feat: add Bioconductor as package manager type

feat: add Bioconductor as package manager type #26

# SPDX-FileCopyrightText: 2024 - 2025 Ewan Cahen (Netherlands eScience Center) <[email protected]>
# SPDX-FileCopyrightText: 2024 - 2025 Netherlands eScience Center
# SPDX-FileCopyrightText: 2025 Dusan Mijatovic (Netherlands eScience Center)
#
# SPDX-License-Identifier: Apache-2.0
name: "Run Prettier check"
on:
pull_request:
paths:
- "authentication/**/*.java"
- "backend-tests/**/*.java"
- "background-services/**/*.java"
- "data-generation/**/*.js"
- "scrapers/**/*.java"
workflow_dispatch:
jobs:
run-prettier-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22.13
cache: "npm"
cache-dependency-path: "package-lock.json"
- run: npm ci
- run: npm run format:check