Skip to content

v7/depth view (#124) #482

v7/depth view (#124)

v7/depth view (#124) #482

Workflow file for this run

name: Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2023-01-29
override: true
components: rustfmt, clippy
- uses: actions-rs/cargo@v1
with:
command: test