From 31f24903ab75be96bb2151daa11e114716e7a5eb Mon Sep 17 00:00:00 2001 From: Mircea Ulinic Date: Wed, 27 Oct 2021 16:20:14 +0100 Subject: [PATCH] Add GitHub Actions job to validate no code --- .github/workflows/none.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/none.yml diff --git a/.github/workflows/none.yml b/.github/workflows/none.yml new file mode 100644 index 0000000..f885764 --- /dev/null +++ b/.github/workflows/none.yml @@ -0,0 +1,11 @@ +name: Do Nothing + +on: + push: + branches: + - master + pull_request: + branches: + - master + +jobs: []