Add GitHub Actions job to validate no code
This commit is contained in:
parent
6c073b08f7
commit
31f24903ab
1 changed files with 11 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue