1
0
Fork 0
mirror of synced 2026-03-09 14:55:27 +01:00

Add GitHub Actions job to validate no code

This commit is contained in:
Mircea Ulinic 2021-10-27 16:20:14 +01:00
commit 31f24903ab

11
.github/workflows/none.yml vendored Normal file
View file

@ -0,0 +1,11 @@
name: Do Nothing
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs: []