Skip to content

input secondaries

input secondaries #482

Workflow file for this run

name: 🦀 Continuous Integration
on:
push:
branches: ["main"]
paths:
- "**"
- "!docs/**"
- "!mkdocs.yml"
- "!**/*.md"
- "!LICENSE-*"
pull_request:
branches: ["main"]
env:
CARGO_TERM_COLOR: always
jobs:
rust_checks:
name: 📎 Clippy
permissions:
contents: read
security-events: write
actions: read
uses: ./.github/workflows/clippy.yml
build:
name: 🏗️ Build and Test
uses: ./.github/workflows/build.yml
coverage:
name: 🦺 Coverage
permissions:
contents: read
pull-requests: write
actions: read
needs: build
uses: ./.github/workflows/tarpaulin.yml
conformance:
name: 🦆 CWL Conformance Tests
permissions:
contents: read
actions: read
needs: build
uses: ./.github/workflows/cwl.yml