Skip to content

Upgrade torch nightly version to 2.8.0.dev20250408+cpu #23

Upgrade torch nightly version to 2.8.0.dev20250408+cpu

Upgrade torch nightly version to 2.8.0.dev20250408+cpu #23

name: Check Workflows
on:
pull_request:
paths:
# WARNING: PRs from forked repo are not allowed.
- '.github/workflows/**'
jobs:
actionlint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Run actionlint
run: |
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash) 1.7.7
./actionlint -color -verbose
shell: bash