replace exec_program with exec_process #78
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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@main |