This commit is contained in:
Joseph Garrone 2021-02-26 21:55:06 +01:00
parent b8c443a49c
commit 69dd5fcbe9

13
.github/workflows/ci.yaml vendored Normal file
View file

@ -0,0 +1,13 @@
name: ci
on:
push:
branches:
- develop
jobs:
fake_job:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: echo DONE