1
0
mirror of https://github.com/go-vikunja/app synced 2024-06-02 10:39:47 +00:00

fix(ci): invalid yaml

This commit is contained in:
kolaente 2021-10-11 21:56:27 +02:00
parent 97b7793805
commit de808b65b3
Signed by: konrad
GPG Key ID: F40E70337AB24C9B

View File

@ -8,7 +8,9 @@ on:
jobs:
release:
name: Test, build and release runs-on: ubuntu-latest steps:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1