Skip to content

Commit

Permalink
Added a placeholder workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Saurabh Kamat <kamatsaurabh01@gmail.com>
  • Loading branch information
sauk2 committed Jun 1, 2024
1 parent 24d5d77 commit b4b926f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: 'PR checks'
on:
pull_request:

defaults:
run:
shell: bash

jobs:
example_job:
name: |
Currently a placeholder for a proper PR job
runs-on: ubuntu-latest

0 comments on commit b4b926f

Please sign in to comment.