Skip to content

Update worker requirement from 0.2.0 to 0.3.0 #1

Update worker requirement from 0.2.0 to 0.3.0

Update worker requirement from 0.2.0 to 0.3.0 #1

Workflow file for this run

name: Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
schedule: # Build every day at 5PM UTC
- cron: '0 17 * * *'
env:
CARGO_TERM_COLOR: always
CARGO_INCREMENTAL: 0
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install rust
uses: actions-rs/toolchain@v1
with:
profile: minimal
components: clippy
toolchain: stable
- name: Install wrangler
run: |
npm install -g wrangler
wrangler --version
- name: make
run: make