mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-08 12:56:48 +00:00
15 lines
309 B
YAML
15 lines
309 B
YAML
name: Check licenses
|
|
on:
|
|
pull_request:
|
|
push:
|
|
branches:
|
|
- main
|
|
jobs:
|
|
check-license-lines:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@master
|
|
- name: Check License
|
|
# Check license lines of each file in this repository.
|
|
uses: apache/skywalking-eyes@v0.5.0
|