Skip to content

Commit

Permalink
Update ort.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
avifenesh authored Apr 2, 2024
1 parent 348df24 commit ec2048e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ort.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

name: The OSS Review Toolkit (ORT)

on:
Expand Down Expand Up @@ -106,6 +105,7 @@ jobs:
enabledPackageManagers: [Cargo, NPM, PIP]
EOF
cat ~/.ort/config/config.yml
- name: Add Rust
uses: |
actions/checkout@v2
Expand All @@ -127,6 +127,7 @@ jobs:
working-directory: ./glide-core
run: |
cargo generate-lockfile
### NodeJS ###

- name: Set up Node.js 16.x
Expand Down Expand Up @@ -224,4 +225,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
EVENT_NAME: ${{ github.event_name }}
INPUT_VERSION: ${{ github.event.inputs.version }}
INPUT_VERSION: ${{ github.event.inputs.version }}

0 comments on commit ec2048e

Please sign in to comment.