mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-01 03:33:21 +03:00
Create tidelift.yml
This commit is contained in:
parent
c8822a6cac
commit
76b5760b38
16
.github/workflows/tidelift.yml
vendored
Normal file
16
.github/workflows/tidelift.yml
vendored
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
name: Tidelift Align
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
name: Run Tidelift to ensure approved open source packages are in use
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
- name: Scan
|
||||||
|
uses: tidelift/scan-action@main
|
||||||
|
env:
|
||||||
|
TIDELIFT_API_KEY: ${{ secrets.TIDELIFT_API_KEY }}
|
||||||
|
TIDELIFT_ORGANIZATION: ${{ secrets.TIDELIFT_ORGANIZATION }}
|
||||||
|
TIDELIFT_PROJECT: ${{ secrets.TIDELIFT_PROJECT }}
|
Loading…
Reference in New Issue
Block a user