Skip to content

Merge pull request #375 from widgetify-app/feat/update-search-google-… #1018

Merge pull request #375 from widgetify-app/feat/update-search-google-…

Merge pull request #375 from widgetify-app/feat/update-search-google-… #1018

Workflow file for this run

name: Push Workflow
on:
push:
paths-ignore:
- "*.md"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: "latest"
- name: Install dependencies
run: bun install
- name: Build files
run: bun compile