Skip to content

chore(deps): bump fp-ts from 2.16.0 to 2.16.1 #448

chore(deps): bump fp-ts from 2.16.0 to 2.16.1

chore(deps): bump fp-ts from 2.16.0 to 2.16.1 #448

Workflow file for this run

---
name: Format
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Configure Node.js
uses: actions/setup-node@v3
with:
cache: npm
node-version: lts/*
- name: Install dependencies
run: npm ci
- name: Check code formatting
run: npm run format