Skip to content

Commit

Permalink
Fix ORT Github Workflow (#360)
Browse files Browse the repository at this point in the history
Parent issue: sequentech/meta#59

Use the reusable workflow from the meta repository instead.
  • Loading branch information
edulix authored Apr 11, 2023
1 parent c632771 commit d9cfb06
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ort.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# SPDX-FileCopyrightText: 2014-2022 Sequent Tech Inc <[email protected]>
# SPDX-FileCopyrightText: 2014-2023 Sequent Tech Inc <[email protected]>
#
# SPDX-License-Identifier: AGPL-3.0-only
name: ORT licensing
Expand All @@ -18,9 +18,6 @@ on:

jobs:
ort:
uses: sequentech/ort-config/.github/workflows/ort.yml@main
uses: sequentech/meta/.github/workflows/ort.yml@main
with:
ort-cli-args: > # using the default plus the package managers setting
--force-overwrite
--stacktrace
-P ort.analyzer.enabledPackageManagers=Yarn
ort-cli-analyze-args: '--package-managers Yarn'

0 comments on commit d9cfb06

Please sign in to comment.