Skip to content

Commit

Permalink
Add PR tests workflow that calls the basic checks
Browse files Browse the repository at this point in the history
Signed-off-by: Spencer Wilson <[email protected]>
  • Loading branch information
SWilson4 committed Aug 26, 2024
1 parent 2086f5e commit a10a5ed
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/pr-tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Pull request tests

permissions:
contents: read

on: [pull_request, workflow_dispatch]

jobs:
basic-checks:
uses: ./.github/workflows/basic.yml

0 comments on commit a10a5ed

Please sign in to comment.