Add GitHub Actions job to validate no code
This commit is contained in:
parent
6c073b08f7
commit
31f24903ab
11
.github/workflows/none.yml
vendored
Normal file
11
.github/workflows/none.yml
vendored
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
name: Do Nothing
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
|
jobs: []
|
Loading…
Reference in New Issue
Block a user