Skip to content

Add Edit feature to experience form #43

Add Edit feature to experience form

Add Edit feature to experience form #43

Workflow file for this run

name: Prettier
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn install
- name: Run Prettier
run: yarn prettier --check .