Skip to content

Commit 67ed405

Browse files
committed
remove format for now
1 parent 12b7a44 commit 67ed405

File tree

2 files changed

+2
-88
lines changed

2 files changed

+2
-88
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,10 @@
1-
name: Lint
1+
name: Pull request
22

33
on:
4-
push:
5-
branches: ["main"]
64
pull_request:
7-
branches: ["main"]
5+
types: [opened, reopened, synchronize]
86

97
jobs:
10-
validate_format_config:
11-
name: Validate Format Config
12-
runs-on: ubuntu-latest
13-
steps:
14-
- name: Checkout repo
15-
uses: actions/checkout@v4
16-
17-
- name: Install apt dependencies
18-
run: sudo apt-get -qq update && sudo apt-get -qq -y install curl
19-
20-
- name: Compare against swift-mmio swift-format config
21-
run: |
22-
curl -sL https://raw.githubusercontent.com/apple/swift-mmio/refs/heads/main/.swift-format -o .swift-format-mmio
23-
diff .swift-format .swift-format-mmio
24-
258
soundness:
269
name: Soundness
2710
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main

.swift-format

Lines changed: 0 additions & 69 deletions
This file was deleted.

0 commit comments

Comments
 (0)