Skip to content

Commit

Permalink
New dispatch-only workflow for running the lint-job (#1950)
Browse files Browse the repository at this point in the history
  • Loading branch information
jleibs authored Apr 20, 2023
1 parent f5e0e4d commit bbf4a26
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/dispatch_lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Manually dispatch linting

on:
workflow_dispatch:

jobs:
lint_all:
uses: ./.github/workflows/reusable_lint.yml
with:
SAVE_CACHE: false
secrets:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit bbf4a26

Please sign in to comment.