Skip to content

Commit

Permalink
Add universal linter workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
surovic committed Aug 21, 2023
1 parent 471c36a commit fb14dcf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Lint Everything

on:
workflow_dispatch: {}

jobs:
lint:
uses: trailofbits/.github/.github/workflows/[email protected]
permissions:
contents: read
pull-requests: read
checks: write

0 comments on commit fb14dcf

Please sign in to comment.