Skip to content

Adds Version to library repo name #249

Adds Version to library repo name

Adds Version to library repo name #249

Workflow file for this run

name: license
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ main , snapshot ]
pull_request:
branches: [ main , snapshot ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check License Header
uses: apache/skywalking-eyes@main # always prefer to use a revision instead of `main`.
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # needed only when you want License-Eye to comment on the pull request.