Skip to content

[WIP] do not merge, add oss-review-toolkit #2

[WIP] do not merge, add oss-review-toolkit

[WIP] do not merge, add oss-review-toolkit #2

# Copyright (c) ONNX Project Contributors
#
# SPDX-License-Identifier: Apache-2.0
on: [push, pull_request]
permissions: # set top-level default permissions as security best practice
contents: read
jobs:
ort:
runs-on: ubuntu-latest
steps:
- name: Use HTTPS instead of SSH for Git cloning
run: git config --global url.https://github.com/.insteadOf ssh://git@github.com/
- name: Checkout project
uses: actions/checkout@v3
- name: Run GitHub Action for ORT
uses: oss-review-toolkit/ort-ci-github-action@v1