Skip to content

chore: pins types-ramda to 0.29.4 (#185) #800

chore: pins types-ramda to 0.29.4 (#185)

chore: pins types-ramda to 0.29.4 (#185) #800

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
setup:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- name: checkout
uses: actions/checkout@main
- name: install
run: yarn install
- name: format
run: yarn format-check
- name: test
run: yarn test
- name: package
run: yarn package