Skip to content

♻️ Create_report() only changes the path of checklist projects #6

♻️ Create_report() only changes the path of checklist projects

♻️ Create_report() only changes the path of checklist projects #6

Workflow file for this run

on:
push:
branches-ignore:
- main
- master
- ghpages
name: "check package with checklist"
jobs:
check-package:
runs-on: ubuntu-latest
name: "check package"
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
permissions:
contents: read
steps:
- uses: inbo/actions/check_pkg@main