-
Notifications
You must be signed in to change notification settings - Fork 350
Add soundness workflows #701
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@swift-ci test |
.github/workflows/lint.yml
Outdated
- name: Compare against swift-mmio swift-format config | ||
run: | | ||
curl -sL https://raw.githubusercontent.com/apple/swift-mmio/refs/heads/main/.swift-format -o .swift-format-mmio | ||
diff .swift-format .swift-format-mmio |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are we comparing with swift-mmio repo?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dropped this for now
.github/workflows/lint.yml
Outdated
push: | ||
branches: ["main"] | ||
pull_request: | ||
branches: ["main"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should also add
types: [opened, reopened, synchronize]
Recommend checking out https://github.com/apple/swift-collections/pull/426/files
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
switched to match collections
Adds CI to check for valid formatting and a variety of other checks.
@swift-ci test |
Adds CI to check for valid formatting and a variety of other checks.