8000 remove orion-dl · gizatechxyz/orion@dbf99be · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Mar 3, 2025. It is now read-only.

remove orion-dl

remove orion-dl #1702

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: software-mansion/setup-scarb@v1
with:
scarb-version: "2.7.0"
- run: scarb test --workspace && scarb fmt --workspace
0