Skip to content

Bump anyhow from 1.0.79 to 1.0.80 (#187) #429

Bump anyhow from 1.0.79 to 1.0.80 (#187)

Bump anyhow from 1.0.79 to 1.0.80 (#187) #429

Workflow file for this run

# SPDX-FileCopyrightText: 2023 Shun Sakai
#
# SPDX-License-Identifier: Apache-2.0 OR MIT
name: REUSE Compliance Check
on:
pull_request:
push:
branches:
- "develop"
- "master"
jobs:
reuse:
name: REUSE
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v2.0.0