adds currently known publications and public use cases to the README #31
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: Trunk Lint | |
on: | |
workflow_dispatch: {} | |
push: | |
branches: | |
- master | |
pull_request: {} | |
merge_group: {} | |
permissions: read-all | |
jobs: | |
lint: | |
uses: trailofbits/.github/.github/workflows/[email protected] | |
permissions: | |
contents: read | |
pull-requests: read | |
checks: write |