This repository has been archived by the owner on Nov 17, 2024. It is now read-only.
Update dependency @rollup/plugin-strip to v3.0.3 #882
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 | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
jobs: | |
reuse-compliance: | |
name: REUSE compliance | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 | |
- name: REUSE Compliance Check | |
uses: fsfe/reuse-action@e7a435374d26d54b324fa6699d8eafb076340dfd # v1.2.0 |