Options to suppress Prometheus metrics and auth checks warnings in log #159
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: Radon | |
on: [push, pull_request] | |
jobs: | |
radon: | |
runs-on: ubuntu-latest | |
name: "radon" | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: davidslusser/[email protected] | |
with: | |
src: "src" | |
min: "A" | |
grade: "B" |