Skip to content

chore(flake): update flake.lock #112

chore(flake): update flake.lock

chore(flake): update flake.lock #112

Workflow file for this run

name: rolling
permissions:
contents: read
on:
workflow_dispatch:
pull_request:
schedule: # Every two weeks 1st, and 15th
- cron: "0 0 1,15 * *"
jobs:
deny:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v1