diff --git a/.github/workflows/ort.yml b/.github/workflows/ort.yml new file mode 100644 index 0000000..cf38046 --- /dev/null +++ b/.github/workflows/ort.yml @@ -0,0 +1,14 @@ +name: ORT + +on: [push] + +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