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

ci: add checkout (duh)

This commit is contained in:
Denys Vitali 2024-04-05 16:08:55 +02:00
parent 3126aa4305
commit 8df05c4284
No known key found for this signature in database
GPG Key ID: 5227C664145098BC

View File

@ -9,6 +9,9 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Setup Flutter
uses: subosito/flutter-action@v1
with: