Skip to content

build(deps): bump braces from 3.0.2 to 3.0.3 in /example #29

build(deps): bump braces from 3.0.2 to 3.0.3 in /example

build(deps): bump braces from 3.0.2 to 3.0.3 in /example #29

Workflow file for this run

name: build-test
env:
DENO_DEPLOY_TOKEN: ${{ secrets.DENO_DEPLOY_TOKEN }}
on:
pull_request:
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: false
install: true