Skip to content

feat: changed position of the rating in search results #32

feat: changed position of the rating in search results

feat: changed position of the rating in search results #32

Workflow file for this run

name: Build check
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9
run_install: false
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22.x'
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Build extension
run: pnpm run build