Release for version 10.5.1 #208
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
# SPDX-FileCopyrightText: 2014-2023 Sequent Tech Inc <[email protected]> | ||
# | ||
# SPDX-License-Identifier: AGPL-3.0-only | ||
name: ORT licensing | ||
on: | ||
push: | ||
branches: | ||
- master | ||
- '[0-9]+.[0-9]+.x' | ||
tags: | ||
- '**' | ||
pull_request: | ||
branches: | ||
- master | ||
- '[0-9]+.[0-9]+.x' | ||
jobs: | ||
ort: | ||
uses: sequentech/meta/.github/workflows/ort.yml@main | ||
Check failure on line 20 in .github/workflows/ort.yml GitHub Actions / .github/workflows/ort.ymlInvalid workflow file
|
||
with: | ||
ort-cli-analyze-args: '--package-managers PIP' |