Skip to content

Update NuGet Packages - Major Updates (major) #150

Update NuGet Packages - Major Updates (major)

Update NuGet Packages - Major Updates (major) #150

Workflow file for this run

name: Lint
on: ["push", "pull_request"]
jobs:
markdown:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.4.0
- 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/github-action-renovate-config-validator@v0.1.2
with:
config_file_path: 'renovate.json'