Skip to content

more ci experimentation #489

more ci experimentation

more ci experimentation #489

Workflow file for this run

---
name: ci
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch: {}
jobs:
rust:
uses: ./.github/workflows/rust.yml
with:
cache_version: v1
# FIXME remove audit ignores
# RUSTSEC-2023-007: rsa crate, side-channel timing attack, no fix as of 2024-03-20
cargo_audit_ignores: RUSTSEC-2023-0071
audits:
uses: ./.github/workflows/audits.yml
audits:

Check failure on line 23 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 23
uses: ./.github/workflows/advisories.yml