Skip to content

Bump the cargo group across 1 directory with 21 updates #1182

Bump the cargo group across 1 directory with 21 updates

Bump the cargo group across 1 directory with 21 updates #1182

Workflow file for this run

name: 🦀 Continuous Integration
on:
push:
branches: ["main"]
paths:
- "**"
- "!docs/**"
- "!mkdocs.yml"
- "!**/*.md"
- "!LICENSE-*"
- "!paper/**"
- "!.github/workflows/draft-pdf.yml"
pull_request:
branches: ["main"]
paths:
- "**"
- "!docs/**"
- "!mkdocs.yml"
- "!**/*.md"
- "!LICENSE-*"
- "!paper/**"
- "!.github/workflows/draft-pdf.yml"
env:
CARGO_TERM_COLOR: always
jobs:
rust_checks:
name: 📎 Clippy
permissions:
contents: read
actions: read
uses: ./.github/workflows/clippy.yml
build:
name: 🏗️ Build and Test
permissions:
contents: read
actions: read
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