Skip to content

Commit

Permalink
Skeleton start of V2
Browse files Browse the repository at this point in the history
  • Loading branch information
sofusalbertsen committed Jan 23, 2024
1 parent 9fd41f0 commit 514e7b4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Main workflow
on: push
jobs:
Build:
runs-on: ubuntu-latest
container: gradle:6-jdk11
steps:
- name: Clone-down
uses: actions/checkout@v4
- run: ci/build-app.sh

0 comments on commit 514e7b4

Please sign in to comment.