Skip to content

Update pypa/gh-action-pypi-publish digest to 218af42 #155

Update pypa/gh-action-pypi-publish digest to 218af42

Update pypa/gh-action-pypi-publish digest to 218af42 #155

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'