Skip to content

Merge pull request #868 from GenSpectrum/867-update-wastewater-in-swi… #2258

Merge pull request #868 from GenSpectrum/867-update-wastewater-in-swi…

Merge pull request #868 from GenSpectrum/867-update-wastewater-in-swi… #2258

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