Skip to content

Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (#28) #64

Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (#28)

Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (#28) #64

Workflow file for this run

# SPDX-FileCopyrightText: 2024 Shun Sakai
#
# SPDX-License-Identifier: GPL-3.0-or-later
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@v3.0.0