Skip to content

Commit

Permalink
Update lint-renovate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jashparekh authored Oct 18, 2022
1 parent cbb8a78 commit babd203
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/lint-renovate.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
name: Lint Renovate Config

on:
# Trigger the workflow on push or pull request,
# but only for the main branch
pull_request: {}
push:
branches:
- main
pull_request:
branches:
- main
branches: ["main"]

jobs:
renovate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: 🧼 lint renovate config # Validates changes to renovate.json config file
- 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'

0 comments on commit babd203

Please sign in to comment.