Skip to content

Update pypa/gh-action-pypi-publish digest to 8cafb5c #188

Update pypa/gh-action-pypi-publish digest to 8cafb5c

Update pypa/gh-action-pypi-publish digest to 8cafb5c #188

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/github-action-renovate-config-validator@v0.1.2
with:
config_file_path: 'renovate.json'