Skip to content

Update dependency black to v24 #179

Update dependency black to v24

Update dependency black to v24 #179

Workflow file for this run

name: lint
on: # Rebuild any PRs and main branch changes
push:
branches:
- main
- develop
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Lint Markdown files
uses: avto-dev/markdown-lint@v1
with:
config: '.markdownlint.json'
args: '**/*.md .github/**/*.md'
- name: 🧼 lint renovate config # Validates changes to renovate.json config file
uses: suzuki-shunsuke/[email protected]
with:
config_file_path: 'renovate.json'