Skip to content

Commit

Permalink
ci: 🔄 synced file(s) with ordo-one/public-repository-templates (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
ordo-ci authored Mar 6, 2023
1 parent 50554b4 commit aef6914
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/swift-benchmark-delta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@ on:
workflow_dispatch:
pull_request:
branches: [ main ]

jobs:
benchmark-delta:

runs-on: ${{ matrix.os }}
continue-on-error: true
permissions:
pull-requests: write
issues: write

strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/swift-outdated-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- name: Check Swift package dependencies
id: spm-dep-check
uses: MarcoEidinger/swift-package-dependencies-check@2.1.0
uses: MarcoEidinger/swift-package-dependencies-check@2.3.4
with:
isMutating: true
failWhenOutdated: false
Expand Down
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
## User settings
xcuserdata/

## DocC build directories
**/.docc-build

## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
*.xcscmblueprint
*.xccheckout
Expand Down Expand Up @@ -52,9 +55,6 @@ playground.xcworkspace
.DS_Store
.build/

# DocC local builds
Sources/Benchmark/Documentation.docc/.docc-build/

# CocoaPods
#
# We recommend against adding the Pods directory to your .gitignore. However
Expand Down
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.7.2
5.7.1
1 change: 1 addition & 0 deletions .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
####################################################################

included:
- Benchmarks
- Sources
- Tests
excluded:
Expand Down

0 comments on commit aef6914

Please sign in to comment.