🚀 pip: Bump virtualenv from 20.24.3 to 20.24.4 #107
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: 2022 Free Software Foundation Europe e.V. <https://fsfe.org> | |
# | |
# SPDX-License-Identifier: CC0-1.0 | |
name: REUSE Compliance Check | |
# yamllint disable | |
on: | |
# yamllint enable | |
push: | |
branches: | |
- main | |
- develop | |
pull_request: | |
# The branches below must be a subset of the branches above | |
branches: ["main"] | |
permissions: | |
contents: read | |
jobs: | |
ReuseCheck: | |
runs-on: ubuntu-latest | |
steps: | |
- name: "🧰 Checkout" | |
uses: actions/checkout@v3.3.0 | |
with: | |
# Full git history is needed to get a proper list of changed files within `super-linter` | |
fetch-depth: 0 | |
- name: REUSE Compliance Check | |
uses: fsfe/reuse-action@v2 |