Skip to content

Rslib configuration harness #1865

Rslib configuration harness

Rslib configuration harness #1865

Workflow file for this run

name: Lint GitHub Workflows
on:
pull_request:
push:
branches: [main]
permissions:
contents: read
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: Install actionlint
run: bash <(curl -s https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
shell: bash
- name: Run actionlint
uses: raven-actions/actionlint@v2
env:
NODE_PATH: ${{ runner.temp }}/node_modules
with:
matcher: true
working-directory: ${{ runner.temp }}