Skip to content

Add v::format() to check if data is already in a specific format #281

Add v::format() to check if data is already in a specific format

Add v::format() to check if data is already in a specific format #281

Workflow file for this run

name: REUSE
on:
push:
branches:
- main
pull_request:
branches:
- '*'
jobs:
reuse-check:
name: Compliance Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: ./.github/actions/setup-action
with:
python-version: '3.x'
python-deps: reuse
- run: reuse lint
- run: bin/console lint:spdx