Skip to content

feat: Snos job

feat: Snos job #659

Workflow file for this run

---
name: Workflow - Pull Request
on:
workflow_dispatch:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
linters:
name: Run linters
uses: ./.github/workflows/linters.yml
rust_build:
name: Build Rust project
uses: ./.github/workflows/rust-build.yml
linters_cargo:
name: Run Cargo linters
uses: ./.github/workflows/linters-cargo.yml
coverage:
name: Run coverage
uses: ./.github/workflows/coverage.yml
secrets: inherit
e2e-test:
name: E2E test
uses: ./.github/workflows/e2e-test.yml
secrets: inherit