Skip to content

Commit

Permalink
Merge pull request #74 from sr-gi/define-node-types
Browse files Browse the repository at this point in the history
Adds CLN
  • Loading branch information
okjodom authored Aug 23, 2023
2 parents 4cf0508 + ad9009d commit df54576
Show file tree
Hide file tree
Showing 7 changed files with 571 additions and 47 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
name: Check code formatting
runs-on: ubuntu-latest
steps:
- name: Install protoc
run: sudo apt install -y protobuf-compiler
- uses: actions/checkout@v3
- uses: actions-rs/cargo@v1
name: cargo fmt
Expand All @@ -27,6 +29,8 @@ jobs:
name: Build and test
runs-on: ubuntu-latest
steps:
- name: Install protoc
run: sudo apt install -y protobuf-compiler
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
Expand Down
Loading

0 comments on commit df54576

Please sign in to comment.