diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml new file mode 100644 index 000000000..e12a4c7e2 --- /dev/null +++ b/.github/workflows/pr-validation.yml @@ -0,0 +1,16 @@ +name: PR Validation + +on: + pull_request: + workflow_dispatch: + +jobs: + validate: + runs-on: ubuntu-latest + + steps: + - name: Checkout repository + uses: actions/checkout@v4 + + - name: Print message + run: echo "Workflow triggered successfully" diff --git a/README.md b/README.md index b4b9a37ea..339c28074 100644 --- a/README.md +++ b/README.md @@ -188,3 +188,4 @@ Imported non-DRM uapi headers from airlied's drm-next branch. Then, commit with a note of which exact commit from airlied's branch was used to generate them. +