π Correct updateder token for updates-check #121
This file contains hidden or 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: Verify workflows | |
# yamllint disable-line rule:truthy | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
types: | |
- opened | |
- reopened | |
- synchronize | |
workflow_dispatch: | |
jobs: | |
lint-markdown: | |
name: π MarkdownLint | |
runs-on: ubuntu-latest | |
steps: | |
- name: β©οΈ Checkout | |
uses: actions/checkout@v4 | |
- name: π Run markdownlint | |
uses: nosborn/[email protected] | |
with: | |
files: . | |
lint-yaml: | |
name: π YamlLint | |
runs-on: ubuntu-latest | |
steps: | |
- name: β©οΈ Checkout | |
uses: actions/checkout@v4 | |
- name: π Run yamllint | |
uses: ibiqlik/action-yamllint@v3 |