Skip to content

Commit

Permalink
Merge branch 'book-update' of https://github.com/chong-he/lighthouse
Browse files Browse the repository at this point in the history
…into book-update
  • Loading branch information
chong-he committed Dec 14, 2023
2 parents 80cf989 + cd8efbb commit b75533e
Show file tree
Hide file tree
Showing 118 changed files with 4,926 additions and 3,727 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -411,3 +411,15 @@ jobs:
run: rustup override set beta
- name: Run make
run: make
cli-check:
name: cli-check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Get latest version of stable Rust
uses: moonrepo/setup-rust@v1
with:
channel: stable
cache-target: release
- name: Run Makefile to trigger the bash script
run: make cli
Loading

0 comments on commit b75533e

Please sign in to comment.