Skip to content

build(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 #154

build(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.1

build(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 #154

Workflow file for this run

name: licenses check
on:
push:
branches:
- main
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
licensing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1'
bundler-cache: false
- run: gem install license_finder
- run: license_finder