Skip to content

feat: Add detailed debug logging to isDownloadFlow method for improve… #44

feat: Add detailed debug logging to isDownloadFlow method for improve…

feat: Add detailed debug logging to isDownloadFlow method for improve… #44

Workflow file for this run

# @ai-generated: true
# @ai-tool: Copilot
name: Workflow Lint (actionlint)
on:
pull_request:
paths:
- '.github/workflows/**'
push:
paths:
- '.github/workflows/**'
permissions:
contents: read
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install shellcheck
run: sudo apt-get update && sudo apt-get install -y shellcheck
- name: Install actionlint (pinned)
shell: bash
run: |
curl -sSfL https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash | bash -s 1.7.1
- name: Run actionlint
shell: bash
run: ./actionlint -shellcheck=shellcheck