Skip to content

Pull path dependencies up to the workspace #439

Pull path dependencies up to the workspace

Pull path dependencies up to the workspace #439

Workflow file for this run

name: License
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
header:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- name: SPDX Header
run: python .github/header.py .github/HEADER .