feat: compute types of parameters of lambdas that are passed as default value #2099
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 }} |