Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

MXNet has graduated #2217

MXNet has graduated

MXNet has graduated #2217

Workflow file for this run

name: license check
on: [push, pull_request]
defaults:
run:
shell: bash
jobs:
licensecheck:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Update Submodules
run: |
git submodule update --init --recursive
- name: Check License Header
uses: apache/skywalking-eyes@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}