Skip to content

Bump org.jetbrains.dokka from 1.8.20 to 1.9.10 (#128) #143

Bump org.jetbrains.dokka from 1.8.20 to 1.9.10 (#128)

Bump org.jetbrains.dokka from 1.8.20 to 1.9.10 (#128) #143

Workflow file for this run

name: FOSSA License Scan
on:
push:
branches:
- main
jobs:
fossa-scan:
if: ${{ github.repository == 'crackthecodeabhi/kreds' }}
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Run FOSSA Scan
uses: fossas/fossa-action@v1
with:
api-key: ${{ secrets.FOSSA_API_KEY }}