Skip to content

Explicity use bash for uv installation #181

Explicity use bash for uv installation

Explicity use bash for uv installation #181

name: Lint GitHub Actions workflows
on: [ push ]
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Download actionlint
id: get-action-lint
run: |
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
- name: Check workflow files
run: |
${{ steps.get-action-lint.outputs.executable }} -color