Skip to content

Commit

Permalink
Merge pull request #35 from Vid201/feat/misc
Browse files Browse the repository at this point in the history
Misc updates
  • Loading branch information
Vid201 authored Jan 4, 2023
2 parents 7eead95 + 1717800 commit 7a72c16
Show file tree
Hide file tree
Showing 14 changed files with 270 additions and 225 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/CI.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ on:
- main
pull_request:

name: CI
name: ci

jobs:
build_and_test:
name: Rust Abstract Account Bundler Project
name: Account Abstraction Bundler in Rust
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
components: rustfmt, clippy
- name: Setup
- name: Setup third party dependencies
run: |
make fetch-thirdparty
- name: Install solc
Expand All @@ -33,6 +33,4 @@ jobs:
make lint
- name: Test
run: |
make cargo-test
make test
Loading

0 comments on commit 7a72c16

Please sign in to comment.