1
0
mirror of synced 2024-11-22 01:04:24 +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
parent 6c073b08f7
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: []