Skip to content

feature: (#13) - Add margin L & R to Cards #9

feature: (#13) - Add margin L & R to Cards

feature: (#13) - Add margin L & R to Cards #9

Workflow file for this run

name: Format
on:
pull_request:
jobs:
code:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Node
uses: actions/[email protected]
with:
node-version: 14.x
- name: Install dependencies
run: yarn install