Skip to content

add comments

add comments #147

Workflow file for this run

name: Developer Preview Workflow
on:
push:
branches:
- dev
- main
- releases/**
pull_request:
branches:
- dev
- main
- releases/**
env:
CARGO_TERM_COLOR: always
jobs:
clippy_check:
uses: ./.github/workflows/checks.yml
secrets: inherit
cargo_test:
uses: ./.github/workflows/cargo-test.yml
secrets: inherit
build:
uses: ./.github/workflows/core.yml
needs: [clippy_check, cargo_test]
secrets: inherit
with:
version: ""