Skip to content

Upgrade redux to v9 #133

Upgrade redux to v9

Upgrade redux to v9 #133

Workflow file for this run

name: Build and Deploy
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2.3.1
- name: Install and Build 🔧
run: |
npm install
npm run build
- name: Linting 🪄
run: |
npm run lint
npm run format-check
- name: Test ✅
run: |
npm run test