Add GNOME extensions: "Control Blur Effect On Lock Screen" and "Audio… #184
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Validate Renovate config | |
on: push | |
jobs: | |
validate: | |
name: Validate | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Validate | |
uses: rinchsan/[email protected] | |
with: | |
pattern: 'renovate.json5' |