Skip to content

Update pypa/gh-action-pypi-publish digest to f760068 #102

Update pypa/gh-action-pypi-publish digest to f760068

Update pypa/gh-action-pypi-publish digest to f760068 #102

Workflow file for this run

name: Lint Renovate Config
on:
# Trigger the workflow on push or pull request,
# but only for the main branch
pull_request: {}
push:
branches: ["main"]
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: 🧼 Lint # Validates changes to renovate.json config file
uses: suzuki-shunsuke/[email protected]
with:
config_file_path: 'renovate.json'