Skip to content

Commit

Permalink
Merge pull request #2 from gildlab/get-authors-from-chain
Browse files Browse the repository at this point in the history
Implement getting authors from subgraph
  • Loading branch information
thedavidmeister authored Oct 28, 2024
2 parents b45f0e1 + d282e18 commit 124398f
Show file tree
Hide file tree
Showing 9 changed files with 1,891 additions and 437 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
on: push

name: Test
name: Format Check

jobs:
test:
name: test
fmt:
name: Check Formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -14,4 +14,4 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: fmt
args: --check
args: --check
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
on: push

name: Test
name: Run tests

jobs:
test:
name: test
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
Loading

0 comments on commit 124398f

Please sign in to comment.