Skip to content

πŸ”§ Use UPDATER_TOKEN instead of GITHUB_TOKEN for PR workflows #120

πŸ”§ Use UPDATER_TOKEN instead of GITHUB_TOKEN for PR workflows

πŸ”§ Use UPDATER_TOKEN instead of GITHUB_TOKEN for PR workflows #120

Workflow file for this run

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