Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ka7eh committed Aug 10, 2021
1 parent 1b1c81b commit 0a3908b
Show file tree
Hide file tree
Showing 8 changed files with 449 additions and 560 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Check formats and run tests

on:
push:
- develop

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: icepuma/[email protected]
with:
args: cargo fmt -- --check && cargo clippy -- -Dwarnings && cargo test
41 changes: 0 additions & 41 deletions .travis.yml

This file was deleted.

Loading

0 comments on commit 0a3908b

Please sign in to comment.