⬆️ Update dependency eslint to v9 (main) #332
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: Pipeline - REUSE Compliance Check | ||
on: [ push, pull_request ] | ||
jobs: | ||
ci: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkou@ | ||
Check failure on line 10 in .github/workflows/reuse-check.yml
|
||
- name: REUSE Version | ||
uses: fsfe/reuse-action@ | ||
with: | ||
args: -- version | ||
- name: REUSE Lint | ||
uses: fsfe/reuse-action@ | ||
with: | ||
args: --include-submodules lint | ||
- name: REUSE SPDX SBOM | ||
uses: fsfe/reuse-action@ | ||
with: | ||
args: spdx |