Skip to content

Merge pull request #349 from widgetify-app/feat/todo-api #941

Merge pull request #349 from widgetify-app/feat/todo-api

Merge pull request #349 from widgetify-app/feat/todo-api #941

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