Update NuGet Packages - Major Updates (major) #138
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: Lint | |
on: ["push", "pull_request"] | |
jobs: | |
markdown: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- name: 🧼 lint markdown files | |
uses: avto-dev/markdown-lint@v1 | |
with: | |
config: '.markdownlint.json' | |
args: '**/*.md .github/**/*.md' | |
renovate: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: 🧼 lint renovate config | |
uses: suzuki-shunsuke/[email protected] | |
with: | |
config_file_path: 'renovate.json' |