Skip to content

Commit

Permalink
Initial commit of task-mon, v0.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
dimo414 committed Jan 26, 2021
0 parents commit 3577817
Show file tree
Hide file tree
Showing 6 changed files with 1,725 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Rust

on: [push]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/target
Loading

0 comments on commit 3577817

Please sign in to comment.