File tree Expand file tree Collapse file tree 2 files changed +2
-88
lines changed
Expand file tree Collapse file tree 2 files changed +2
-88
lines changed Original file line number Diff line number Diff line change 1- name : Lint
1+ name : Pull request
22
33on :
4- push :
5- branches : ["main"]
64 pull_request :
7- branches : ["main" ]
5+ types : [opened, reopened, synchronize ]
86
97jobs :
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
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments