fix: remove unused dep #622
Workflow file for this run
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
name: Check licenses | |
on: | |
pull_request: | |
push: | |
branches: | |
- main | |
- master | |
jobs: | |
check: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check licenses | |
uses: ory/ci/licenses/setup@master | |
with: | |
token: ${{ secrets.ORY_BOT_PAT || secrets.GITHUB_TOKEN }} | |
- name: Check licenses | |
uses: ory/ci/licenses/check@master | |
- name: Write licenses | |
uses: ory/ci/licenses/write@master |