Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
ci run bootstrap to initialize repo
Browse files Browse the repository at this point in the history
  • Loading branch information
amika-sq committed Feb 2, 2024
1 parent 839bdef commit a578eda
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,16 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4

- name: Bootstrap
run: make bootstrap

- uses: swift-actions/setup-swift@v1
with:
swift-version: "5.9"

- name: Build
run: swift build

- name: Run tests
run: swift test

0 comments on commit a578eda

Please sign in to comment.