Skip to content

fix: fix foyer website logo (#1126) #11

fix: fix foyer website logo (#1126)

fix: fix foyer website logo (#1126) #11

Workflow file for this run

name: License Checker
on:
push:
branches:
- main
- "forks/*"
- release-*.*
paths-ignore:
- "website/**"
pull_request:
branches:
- main
- "v*.*.*-rc"
- release-*.*
# paths-ignore:
# - "website/**"
jobs:
license-header-check:
runs-on: ubuntu-latest
name: license-header-check
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Check License Header
uses: apache/skywalking-eyes/[email protected]