Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
push:
branches: [main]

# Least-privilege GITHUB_TOKEN β€” these jobs only check out and build.
permissions:
contents: read

# Cancel superseded runs for the same ref (e.g. rapid pushes to an open PR).
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
2 changes: 2 additions & 0 deletions Tests/ProgressUITests/GrowDirectionTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// GrowDirectionTests.swift
// ProgressUI
//
// Created by Pierre Janineh on 30/05/2026.
//

import XCTest
import SwiftUI
Expand Down
2 changes: 2 additions & 0 deletions Tests/ProgressUITests/OptionsTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// OptionsTests.swift
// ProgressUI
//
// Created by Pierre Janineh on 30/05/2026.
//

import XCTest
import SwiftUI
Expand Down
2 changes: 2 additions & 0 deletions Tests/ProgressUITests/ProgressableTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// ProgressableTests.swift
// ProgressUI
//
// Created by Pierre Janineh on 30/05/2026.
//

import XCTest
import SwiftUI
Expand Down
Loading