mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Create tidelift.yml
This commit is contained in:
parent
e04f2ed55b
commit
5c69dc7c9a
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