Skip to content

Commit

Permalink
Merge pull request #1 from kindredgroup/feature/thread-owning-instanc…
Browse files Browse the repository at this point in the history
…e-procondb

Feature/thread owning instance procondb
  • Loading branch information
anil0906 committed Apr 4, 2023
2 parents 9316821 + dada4c3 commit 69cdc20
Show file tree
Hide file tree
Showing 33 changed files with 2,506 additions and 1,103 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: build

on:
workflow_call:

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
- run: scripts/ubuntu-setup.sh
- run: rustup component add rustfmt clippy
- name: cargo build
run: cargo build
- run: scripts/pre-commit-checks.sh
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ Temporary Items
.idea/*
!.idea/runConfigurations/*
.access^
OxidizeOnIntelliJ.iml
chronos.iml
Loading

0 comments on commit 69cdc20

Please sign in to comment.