diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 109dca7..5309d06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,13 @@ concurrency: jobs: ci: name: CI - uses: StanfordBDHG/.github/.github/workflows/swift-package-ci.yml@v2 + uses: SchmiedmayerLab/.github/.github/workflows/swift-package-ci.yml@v0.2 with: linux_run_tests: true + linux_runners: '["ubuntu-latest"]' secrets: inherit + permissions: + contents: read + actions: read + issues: write + pull-requests: write diff --git a/CITATION.cff b/CITATION.cff deleted file mode 100644 index 7980c7c..0000000 --- a/CITATION.cff +++ /dev/null @@ -1,20 +0,0 @@ -# -# This source file is part of the ThreadLocal open source project -# -# SPDX-FileCopyrightText: 2025 Stanford University and the project authors (see CONTRIBUTORS.md) -# -# SPDX-License-Identifier: MIT -# - -cff-version: 1.2.0 -message: "If you use this software, please cite it as below." -authors: -- family-names: "Schmiedmayer" - given-names: "Paul" - orcid: "https://orcid.org/0000-0002-8607-9148" -- family-names: "Ravi" - given-names: "Vishnu" - orcid: "https://orcid.org/0000-0003-0359-1275" -title: "ThreadLocal" -doi: 10.5281/zenodo.7538165 -url: "https://github.com/StanfordBDHG/SwiftPackageTemplate" diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 17da8c8..d3ff249 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -1,16 +1,19 @@ ThreadLocal contributors ==================== * [Lukas Kollmer](https://github.com/lukaskollmer) + + +## Attributions + +This repository is based on the [`StanfordBDHG/ThreadLocal`](https://github.com/StanfordBDHG/ThreadLocal), which was published under the MIT License. diff --git a/README.md b/README.md index 376a4fe..e184c88 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,11 @@ SPDX-License-Identifier: MIT # ThreadLocal -[![Build and Test](https://github.com/StanfordBDHG/ThreadLocal/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/StanfordBDHG/ThreadLocal/actions/workflows/build-and-test.yml) -[![codecov](https://codecov.io/gh/StanfordBDHG/ThreadLocal/branch/main/graph/badge.svg?token=X7BQYSUKOH)](https://codecov.io/gh/StanfordBDHG/ThreadLocal) +[![Build and Test](https://github.com/SchmiedmayerLab/ThreadLocal/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/SchmiedmayerLab/ThreadLocal/actions/workflows/build-and-test.yml) +[![codecov](https://codecov.io/gh/SchmiedmayerLab/ThreadLocal/branch/main/graph/badge.svg?token=X7BQYSUKOH)](https://codecov.io/gh/SchmiedmayerLab/ThreadLocal) -[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FStanfordBDHG%2FThreadLocal%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/StanfordBDHG/ThreadLocal) -[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FStanfordBDHG%2FThreadLocal%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/StanfordBDHG/ThreadLocal) +[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FSchmiedmayerLab%2FThreadLocal%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/SchmiedmayerLab/ThreadLocal) +[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FSchmiedmayerLab%2FThreadLocal%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/SchmiedmayerLab/ThreadLocal) Thread-local variables for Swift. @@ -34,7 +34,7 @@ When the thread is destroyed, the variable's lifetime is ended. You can use non-trivial types with thread-local variables, and can provide a custom deallocator if needed (see ``ThreadLocal(deallocator:)``). -See [the documentation](https://swiftpackageindex.com/StanfordBDHG/ThreadLocal) for more info. +See [the documentation](https://swiftpackageindex.com/SchmiedmayerLab/ThreadLocal) for more info. ## Installation @@ -47,12 +47,12 @@ The project can be added to your Xcode project or Swift Package using the [Swift ## License -This project is licensed under the MIT License. See [Licenses](https://github.com/StanfordBDHG/ThreadLocal/tree/main/LICENSES) for more information. +This project is licensed under the MIT License. See [Licenses](https://github.com/SchmiedmayerLab/ThreadLocal/tree/main/LICENSES) for more information. -## Contributors -This project is developed as part of the Stanford Mussallem Center for Biodesign at Stanford University. -See [CONTRIBUTORS.md](https://github.com/lukaskollmer/ThreadLocal/tree/main/CONTRIBUTORS.md) for a full list of all ThreadLocal contributors. +## Our Research -![Stanford Byers Center for Biodesign Logo](https://raw.githubusercontent.com/StanfordBDHG/.github/main/assets/biodesign-footer-light.png#gh-light-mode-only) -![Stanford Byers Center for Biodesign Logo](https://raw.githubusercontent.com/StanfordBDHG/.github/main/assets/biodesign-footer-dark.png#gh-dark-mode-only) +For more information, visit the [Schmiedmayer Lab GitHub organization](https://github.com/SchmiedmayerLab). + +![Stanford and Stanford Medicine logos](https://raw.githubusercontent.com/SchmiedmayerLab/.github/main/assets/stanford-footer-light.png#gh-light-mode-only) +![Stanford and Stanford Medicine logos](https://raw.githubusercontent.com/SchmiedmayerLab/.github/main/assets/stanford-footer-dark.png#gh-dark-mode-only) \ No newline at end of file