Skip to content

Backport adjusting the BABE epoch index #1

Backport adjusting the BABE epoch index

Backport adjusting the BABE epoch index #1

Workflow file for this run

name: recurrent-audit
on:
schedule:
- cron: '0 0 * * *'
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
permissions:
contents: read
issues: write
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: rustsec/audit-check@v1.4.1
with:
token: ${{ secrets.GITHUB_TOKEN }}