Skip to content

Merge branch '3-migrate-to-cloudflare' #13

Merge branch '3-migrate-to-cloudflare'

Merge branch '3-migrate-to-cloudflare' #13

Workflow file for this run

name: Rust

Check failure on line 1 in .github/workflows/rust.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/rust.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - name: Build
# run: cargo build --verbose