Skip to content

Commit

Permalink
Move to sim-engine
Browse files Browse the repository at this point in the history
  • Loading branch information
TimDiekmann committed Sep 2, 2023
1 parent d6af287 commit bc07c21
Show file tree
Hide file tree
Showing 1,628 changed files with 391 additions and 499 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,13 +171,13 @@ jobs:
tool: [email protected]

- name: Install Python
if: matrix.directory == 'apps/engine'
if: matrix.directory == 'apps/sim-engine'
uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
with:
python-version: "3.10"

- name: Prepare tests
if: matrix.directory == 'apps/engine'
if: matrix.directory == 'apps/sim-engine'
working-directory: ${{ matrix.directory }}
run: |
cargo build --profile ${{ matrix.profile }} -p memory
Expand Down
93 changes: 0 additions & 93 deletions apps/engine/LICENSE.md

This file was deleted.

381 changes: 0 additions & 381 deletions apps/engine/README.md

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ To help you help us, we've written this section to give some guidelines on the s

#### Before Submitting A Bug Report

Try and check to see if it's already been reported, the main place to look would be the [Github Issues board](https://github.com/hashintel/hash/issues). If you can't find something similar, then feel free to create a new one! Be sure to label it with the `A-engine + C-bug` label to help the right team find it.
Try and check to see if it's already been reported, the main place to look would be the [Github Issues board](https://github.com/hashintel/labs/issues). If you can't find something similar, then feel free to create a new one! Be sure to label it with the `A-engine + C-bug` label to help the right team find it.

#### How Do I Submit A (Good) Bug Report?

Expand Down
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit bc07c21

Please sign in to comment.