Remove OMF (#78)

* Remove OMF

* remove submodule from github workflow
This commit is contained in:
Adil Hafeez 2024-09-24 15:18:20 -07:00 committed by GitHub
parent 685144bbd7
commit 87900beddd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 252 additions and 2135 deletions

View file

@ -9,10 +9,6 @@ jobs:
steps:
- name: Setup | Checkout
uses: actions/checkout@v4
with:
submodules: 'true'
# TODO: Remove this once the repo is public
token: ${{ secrets.ADIL_GITHUB_TOKEN }}
- name: Setup | Rust
run: rustup toolchain install stable --profile minimal
- name: Run Clippy
@ -25,10 +21,6 @@ jobs:
steps:
- name: Setup | Checkout
uses: actions/checkout@v4
with:
submodules: 'true'
# TODO: Remove this once the repo is public
token: ${{ secrets.ADIL_GITHUB_TOKEN }}
- name: Setup | Rust
run: rustup toolchain install stable --profile minimal
- name: Run Rustfmt
@ -40,10 +32,6 @@ jobs:
steps:
- name: Setup | Checkout
uses: actions/checkout@v4
with:
submodules: 'true'
# TODO: Remove this once the repo is public
token: ${{ secrets.ADIL_GITHUB_TOKEN }}
- name: Setup | Rust
run: rustup toolchain install stable --profile minimal
- name: Setup | Install wasm toolchain