doc(Decorate): Explain that decorators can not add new values to the … #538
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: FOSSA Analysis | |
on: push | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
if: github.repository_owner == 'uber-go' | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v4 | |
- name: FOSSA analysis | |
uses: fossas/fossa-action@v1 | |
with: | |
api-key: ${{ secrets.FOSSA_API_KEY }} | |
permissions: | |
contents: read |