Skip to content

Commit edfb762

Browse files
committed
remove links to ordo repos
1 parent 9386a50 commit edfb762

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

.github/workflows/swift-benchmark-delta.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,18 @@ jobs:
1818
- uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 0
21+
2122
- name: Homebrew Mac
2223
if: ${{ runner.os == 'Macos' }}
2324
run: |
2425
echo "/opt/homebrew/bin:/usr/local/bin" >> $GITHUB_PATH
2526
brew install jemalloc
27+
2628
- name: Ubuntu deps
2729
if: ${{ runner.os == 'Linux' }}
2830
run: |
2931
sudo apt-get install -y libjemalloc-dev
32+
3033
- name: Git URL token override and misc
3134
run: |
3235
[ -d Benchmarks ] && echo "hasBenchmark=1" >> $GITHUB_ENV
@@ -92,5 +95,4 @@ jobs:
9295
- name: Exit with correct status
9396
if: ${{ success() || failure() }}
9497
run: |
95-
#/usr/bin/ordo-performance powersave
9698
exit ${{ env.exitStatus }}

.gitignore

-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
####################################################################
2-
# DO NOT EDIT THIS FILE MANUALLY
3-
# This is a master file maintained in https://github.com/ordo-one/repository-templates
4-
51
# Xcode
62
#
73
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore

.swiftlint.yml

-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
####################################################################
2-
# DO NOT EDIT THIS FILE
3-
# This is a master file maintained in https://github.com/ordo-one/public-repository-templates
4-
#
5-
# Add overrides into `swiftlint_refinement.yml` in the directory it self or
6-
# .swiftlint.yml under the specific directory where the code is located
7-
#
82
# Documentation is under https://github.com/realm/SwiftLint
93
####################################################################
104

0 commit comments

Comments
 (0)