Skip to content

Commit

Permalink
feat: checks, license & readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dromzeh committed Aug 30, 2023
1 parent d04e91c commit c7cd188
Show file tree
Hide file tree
Showing 4 changed files with 709 additions and 7 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Checks

on: [push, pull_request]

jobs:
checks:
name: Checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Format checks
run: cargo fmt -- --check
- name: Idiomatic checks
run: cargo clippy -- -D warnings
Loading

0 comments on commit c7cd188

Please sign in to comment.