Skip to content

gomu action flag fix (#16) #7

gomu action flag fix (#16)

gomu action flag fix (#16) #7

Workflow file for this run

---
name: Workflow - Push
on:
workflow_dispatch:
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
needs: rust_build