Skip to content

Use official to_backend API for GPU/CPU backend conversion #785

Use official to_backend API for GPU/CPU backend conversion

Use official to_backend API for GPU/CPU backend conversion #785

Workflow file for this run

name: lint
on:
pull_request:
push:
branches: [main]
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: pre-commit/[email protected]
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check workflow files
run: |
echo "::add-matcher::.github/actionlint-matcher.json"
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/fd7ba3c382e13dcc0248e425b4cbc3f1185fa3ee/scripts/download-actionlint.bash)
./actionlint
shell: bash