Skip to content

build(deps): bump golangci/golangci-lint-action from 3 to 5 #27

build(deps): bump golangci/golangci-lint-action from 3 to 5

build(deps): bump golangci/golangci-lint-action from 3 to 5 #27

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