Skip to content

one-step install script with vanilla pt2.4 by default #47

one-step install script with vanilla pt2.4 by default

one-step install script with vanilla pt2.4 by default #47

Workflow file for this run

# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.
#
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.
name: CI
on:
pull_request:
paths:
- '**.sh'
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
jobs:
lint_sh:
name: Lint shell scripts
uses: ./.github/workflows/_lint_sh.yaml