Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
- run: npm install
- run: brew install swiftlint
- run: npm run lint
- name: Check for typos
uses: crate-ci/typos@v1.39.0
Comment thread
riderx marked this conversation as resolved.
Outdated
test-cli:
runs-on: macos-15
timeout-minutes: 30
Expand Down
Loading