Skip to content

build(deps): bump clap from 4.3.11 to 4.3.14 #31

build(deps): bump clap from 4.3.11 to 4.3.14

build(deps): bump clap from 4.3.11 to 4.3.14 #31

Workflow file for this run

# This file is part of the rust-for-it project.
#
# Copyright (c) 2023 Sebastian Pipping <[email protected]>
# SPDX-License-Identifier: MIT
name: Enforce clippy-clean code
on:
pull_request:
push:
schedule:
- cron: '0 16 * * 5' # Every Friday 4pm
workflow_dispatch:
jobs:
enforce_clippy:
name: Enforce clippy-clean code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- name: Enforce clippy-clean code
run: |-
cargo clippy