Skip to content

Update Rust crate anyhow to 1.0.82 #45

Update Rust crate anyhow to 1.0.82

Update Rust crate anyhow to 1.0.82 #45

Workflow file for this run

name: ci-pr
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
call-workflow-clippy:
name: run clippy github action
uses: mdpadberg/keep-awake/.github/workflows/clippy.yml@main
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
call-workflow-unit-tests:
name: run unit tests
uses: mdpadberg/keep-awake/.github/workflows/unit-tests.yml@main