feat: show missing value count/ratio in summarized statistics #2426
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: MegaLinter | |
on: | |
pull_request: | |
branches: [ main ] | |
jobs: | |
megalinter: | |
uses: lars-reimann/.github/.github/workflows/megalinter-reusable.yml@main | |
permissions: | |
contents: write | |
issues: write | |
pull-requests: write | |
secrets: | |
PAT: ${{ secrets.PAT }} |