Skip to content

moved from seamless-immutablility to immer #416

moved from seamless-immutablility to immer

moved from seamless-immutablility to immer #416

Workflow file for this run

name: Test
on: ["push", "pull_request"]
jobs:
test:
if: "!contains(github.event.head_commit.message, 'skip ci')"
name: Test
runs-on: ubuntu-18.04
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 12
- name: Run Prettier Test
run: npx prettier --check "src/**/*.js"