Skip to content

Merge pull request #874 from mcarrara-bioinfo/patch-1 #2267

Merge pull request #874 from mcarrara-bioinfo/patch-1

Merge pull request #874 from mcarrara-bioinfo/patch-1 #2267

Workflow file for this run

name: Check formatting
on:
push:
branches:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: 18.x
- uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
- run: npm ci
- run: npm run check-format