Skip to content

chore(deps): bump codecov/codecov-action from 3 to 5 #160

chore(deps): bump codecov/codecov-action from 3 to 5

chore(deps): bump codecov/codecov-action from 3 to 5 #160

Workflow file for this run

name: Check dependencies licenses
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
license-check:
runs-on: ubuntu-latest
name: License and Copyright Check
steps:
- uses: actions/checkout@v4
- uses: opzkit/go-license-check-action@v1
with:
go-version-file: 'go.mod'