8000 [INTERNAL] azure-pipelines.yml: add node v24 to test matrix · SAP/ui5-cli@6782a0f · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[INTERNAL] azure-pipelines.yml: add node v24 to test matrix #1930

[INTERNAL] azure-pipelines.yml: add node v24 to test matrix

[INTERNAL] azure-pipelines.yml: add node v24 to test matrix #1930

name: REUSE
on:
push:
branches:
- main
pull_request:
branches:
- main
# No permissions are required for this workflow
permissions: {}
jobs:
compliance-check:
name: Compliance Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Execute REUSE Compliance Check
uses: fsfe/reuse-action@v5
0