Skip to content

fix: now the contributor insights new/edit page fits in smaller screens #9191

fix: now the contributor insights new/edit page fits in smaller screens

fix: now the contributor insights new/edit page fits in smaller screens #9191

Workflow file for this run

name: "Development"
on:
pull_request:
types:
- opened
- edited
- synchronize
- reopened
jobs:
test:
name: Unit Tests and Lint Checks
uses: open-sauced/hot/.github/workflows/development.yml@main
build:
name: Build application
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: "鈽侊笍 checkout repository"
uses: actions/checkout@v2
- name: "馃敡 setup node"
uses: actions/[email protected]
with:
node-version: 18
- name: "馃敡 install npm@latest"
run: npm i -g npm@latest
- name: "馃摝 install dependencies"
uses: bahmutov/npm-install@v1
- name: "馃殌 static app"
run: npm run build