Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/undici-5.26.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Techassi authored Nov 6, 2023
2 parents 8eb501c + 764757b commit 7bdc889
Show file tree
Hide file tree
Showing 32 changed files with 848 additions and 617 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/pr_docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Pull Request Docs

on:
pull_request:
paths:
- ".github/workflows/pr_docs.yml"
- "docs"

jobs:
general-checks:
name: General Pull Request Checks
uses: ./.github/workflows/pr_general.yml

reviewdog-checks:
name: Reviewdog Pull Request Checks
uses: ./.github/workflows/pr_reviewdog.yml
Loading

0 comments on commit 7bdc889

Please sign in to comment.