Skip to content

๐Ÿ’„Add profile image upload logic (#72) #118

๐Ÿ’„Add profile image upload logic (#72)

๐Ÿ’„Add profile image upload logic (#72) #118

Workflow file for this run

name: ci
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.11.1'
- name: Install dependencies
run: yarn install
- name: Format package.json
run: yarn biome check package.json --write
- name: Check
run: yarn check-all