Skip to content
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.

Commit

Permalink
GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanPodymov committed Jul 9, 2024
1 parent 2bc61b9 commit 29478e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/calcium.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Swift
name: CalciumJobs

on:
push:
Expand All @@ -13,9 +13,9 @@ jobs:

steps:
- name: Checkout
uses: actions/[email protected].6
uses: actions/[email protected].7
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
uses: gradle/actions/setup-gradle@v3.4.2
- name: Setup Xcode version
uses: maxim-lobanov/[email protected]
with:
Expand Down
4 changes: 2 additions & 2 deletions Calcium/MainScreen.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ struct MainScreen: View {
VStack {
ScrollView {
Text(store.state.displayingText)
.lineLimit(5)
.lineLimit(nil)
}
.frame(height: geometry.size.height / 4)
.frame(height: geometry.size.height / 8)

HStack {
view(for: .SomeDigit(digit: .one), enabled: store.state.enabled1)
Expand Down

0 comments on commit 29478e9

Please sign in to comment.