Skip to content

ci: use release-please rather than versioneer (#118) #2

ci: use release-please rather than versioneer (#118)

ci: use release-please rather than versioneer (#118) #2

Workflow file for this run

name: deps-report
on:
pull_request:
jobs:
build:
name: Dependencies report
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0
lfs: true
- name: deps-report
uses: MeilleursAgents/deps-report@master
with:
file: Pipfile.lock
github_token: ${{ secrets.GITHUB_TOKEN }}