chore(deps): Bump serde_json from 1.0.137 to 1.0.138 #1535
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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-24.04 | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v4 | |
- name: REUSE Compliance Check | |
uses: fsfe/[email protected] |