Skip to content

Vera/ENG-617 banyanfs rewrite #491

Vera/ENG-617 banyanfs rewrite

Vera/ENG-617 banyanfs rewrite #491

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

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

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yml" -> "./.github/workflows/audits.yml" : No event triggers defined in `on`
advisories:
uses: ./.github/workflows/advisories.yml