Bump debian from bookworm-20240513-slim to bookworm-20240722-slim #46
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
name: REUSE Compliance Check | |
on: pull_request | |
jobs: | |
reuse: | |
name: Check REUSE compliance | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out repository | |
uses: actions/checkout@v4 | |
- name: Run REUSE | |
uses: fsfe/reuse-action@v3 |