fix(compositor): strip _sender/_rev from UpdateParams before deserial… #1051
This file contains hidden or 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: © 2025 Claudio Costa <cstcld91@gmail.com> | |
| # | |
| # SPDX-License-Identifier: MPL-2.0 | |
| name: REUSE Compliance Check | |
| on: | |
| push: | |
| branches: [main] | |
| pull_request: | |
| branches: [main] | |
| permissions: | |
| contents: read | |
| jobs: | |
| reuse-compliance-check: | |
| runs-on: ubuntu-22.04 | |
| steps: | |
| - name: Checkout repository | |
| uses: actions/checkout@v5 | |
| - name: REUSE Compliance Check | |
| uses: fsfe/reuse-action@v6 |