Skip to content

build(deps): bump @sideway/formula from 3.0.0 to 3.0.1 in /example (#13) #10

build(deps): bump @sideway/formula from 3.0.0 to 3.0.1 in /example (#13)

build(deps): bump @sideway/formula from 3.0.0 to 3.0.1 in /example (#13) #10

Workflow file for this run

name: build-test
env:
DENO_DEPLOY_TOKEN: ${{ secrets.DENO_DEPLOY_TOKEN }}
on:
push:
branches:
- main
- releases/*
paths-ignore:
- '**.md'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Deno deploy Solid Start
uses: fbritoferreira/deno-deploy-solid-start@v1
with:
token: ${{ secrets.DENO_DEPLOY_TOKEN }}
project: 'example'
build: true
deploy: true
install: true