Skip to content

Bump yarn-audit-fix from 9.3.10 to 10.0.4 in /cla-backend #750

Bump yarn-audit-fix from 9.3.10 to 10.0.4 in /cla-backend

Bump yarn-audit-fix from 9.3.10 to 10.0.4 in /cla-backend #750

---
# Copyright The Linux Foundation and each contributor to CommunityBridge.
# SPDX-License-Identifier: MIT
name: License Header Check
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
license-header-check:
name: License Header Check
runs-on: ubuntu-latest
environment: dev
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Check License Headers - Python
working-directory: cla-backend
run: |
./check-headers.sh
- name: Check License Headers - Go
working-directory: cla-backend-go
run: |
./check-headers.sh