Skip to content

Commit

Permalink
Merge pull request #16 from lucasmerlin/updated-infinite-scroll
Browse files Browse the repository at this point in the history
Updated infinite scroll and fancy example
  • Loading branch information
lucasmerlin authored Jan 4, 2024
2 parents dd739cd + 3e3868b commit bb60a80
Show file tree
Hide file tree
Showing 24 changed files with 1,746 additions and 607 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: clippy
args: --all-targets --all-features -- -D warnings
args: --all-targets --all-features --workspace -- -D warnings

- name: RustFmt
uses: actions-rs/cargo@v1
with:
command: fmt
args: --all -- --check
args: --all --check

- name: Test
uses: actions-rs/cargo@v1
with:
command: test
args: --all-features
args: --all-features --workspace

- name: Cargo Doc
if: ${{ matrix.os == 'ubuntu-latest' }}
Expand Down
Loading

0 comments on commit bb60a80

Please sign in to comment.