Skip to content

Remove workflow parts that upload to old conda repo (#2836) #4492

Remove workflow parts that upload to old conda repo (#2836)

Remove workflow parts that upload to old conda repo (#2836) #4492

name: License Check
on:
push:
branches:
- 'main'
- 'release-*'
pull_request:
merge_group:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
license-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Check License Lines
uses: kt3k/license_checker@v1.0.6