Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Fix shellcheck lint in tools/gpuci_retry #14

Fix shellcheck lint in tools/gpuci_retry

Fix shellcheck lint in tools/gpuci_retry #14

Workflow file for this run

name: prs
on:
pull_request:
paths:
- "tools/*"
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
scandir: "./tools"