Require ml_dtypes>=0.5.0 #717
Workflow file for this run
This file contains hidden or 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: 2022 Free Software Foundation Europe e.V. <https://fsfe.org> | |
# | |
# SPDX-License-Identifier: CC0-1.0 | |
name: REUSE Compliance Check | |
on: | |
push: | |
branches: | |
- main | |
- 'gh/**/base' # ghstack base branches | |
pull_request: | |
merge_group: | |
permissions: # set top-level default permissions as security best practice | |
contents: read | |
jobs: | |
reuse-check: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2 | |
with: | |
persist-credentials: false | |
- name: REUSE Compliance Check | |
uses: fsfe/reuse-action@bb774aa972c2a89ff34781233d275075cbddf542 |