Skip to content

feat: Updates hero banner and fixes responsiveness #26

feat: Updates hero banner and fixes responsiveness

feat: Updates hero banner and fixes responsiveness #26

Workflow file for this run

name: builds
on:
push:
branches: main
pull_request:
branches: main
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
node: [18]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- name: Build the extension
run: |
yarn
yarn build