Skip to content

Removes vortex_unwrap completely in favor of vortex_expect (#5805) #14156

Removes vortex_unwrap completely in favor of vortex_expect (#5805)

Removes vortex_unwrap completely in favor of vortex_expect (#5805) #14156

Workflow file for this run

# SPDX-FileCopyrightText: 2020 Free Software Foundation Europe e.V.
# SPDX-License-Identifier: CC0-1.0
name: REUSE Compliance Check
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
# Cancel outdated runs on PRs, but let all develop commits complete.
cancel-in-progress: ${{ github.ref != 'refs/heads/develop' }}
on:
push:
branches: [develop]
pull_request: { }
jobs:
reuse-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v6