Skip to content

build(deps): bump codecov/codecov-action from 2 to 4 #20

build(deps): bump codecov/codecov-action from 2 to 4

build(deps): bump codecov/codecov-action from 2 to 4 #20

Workflow file for this run

# Copyright (c) 2023 apus-run
name: Check License Lines
on:
pull_request:
types: [opened, synchronize, reopened, labeled, unlabeled]
branches:
- dev
- main
jobs:
check-license-lines:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Check License Lines
uses: kt3k/license_checker@v1.0.6