Skip to content

docs: add Signal and WeCom services to MkDocs navigation (#321) #8

docs: add Signal and WeCom services to MkDocs navigation (#321)

docs: add Signal and WeCom services to MkDocs navigation (#321) #8

Workflow file for this run

name: Lint GitHub Actions workflows
on:
workflow_dispatch: {}
push:
paths:
- .github/workflows
pull_request:
branches:
- main
paths:
- .github/workflows
permissions:
contents: read
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
- name: Download actionlint
id: get_actionlint
run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
shell: bash
- name: Check workflow files
run: ${{ steps.get_actionlint.outputs.executable }} -color
shell: bash