Update JamesIves/github-pages-deploy-action action to v4.6.3 (#108) #101
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: Lint | |
on: | |
push: | |
branches: ["main"] | |
pull_request: | |
branches: ["main"] | |
workflow_dispatch: | |
jobs: | |
markdown: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: 🧼 lint markdown files | |
uses: avto-dev/[email protected] | |
json: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: 🧼 lint json files | |
uses: ocular-d/[email protected] | |
renovate: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: 🧼 lint renovate config | |
uses: suzuki-shunsuke/[email protected] | |
with: | |
config_file_path: "renovate.json" |