Skip to content

Merge branch 'master' into edit-profile #55

Merge branch 'master' into edit-profile

Merge branch 'master' into edit-profile #55

Workflow file for this run

name: "CI"
on:
pull_request:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm install
- run: npm run build