Skip to content

feat: allow changing commit sha on review form #356

feat: allow changing commit sha on review form

feat: allow changing commit sha on review form #356

Workflow file for this run

name: Rust tests
on:
push:
branches:
- main
pull_request:
jobs:
rust_tests:
name: Rust tests
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Cargo fmt
run: cargo fmt -- --check
- name: Cargo clippy
run: cargo clippy --all-targets --all-features
- name: Cargo test
run: cargo test