Skip to content

Commit

Permalink
feat(assigment-dependencies):
Browse files Browse the repository at this point in the history
 - strategies and `named` macro
  • Loading branch information
Flaxoos committed Apr 30, 2024
1 parent 0496f36 commit ecda3c8
Show file tree
Hide file tree
Showing 15 changed files with 440 additions and 510 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Build

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
build_and_test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Install Rust
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true

- name: Build and Test
uses: actions-rs/cargo@v1
with:
command: build --release
args: --verbose --workspace
22 changes: 0 additions & 22 deletions .github/workflows/cargo_build.yaml

This file was deleted.

32 changes: 0 additions & 32 deletions .github/workflows/set_student_username.yaml

This file was deleted.

1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ Cargo.lock
.env
*.idea
.DS_STORE

8 changes: 1 addition & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
[package]
name = "STUDENT_GITHUB_USERNAME"
version = "0.1.0"
edition = "2021"

[dependencies]
strategies = { git = "https://github.com/Polkadot-Blockchain-Academy/The-Evolution-of-Cooperation", version = "0.1.0" }
workspace = { members = [ "named", "strategies"] }
201 changes: 0 additions & 201 deletions LICENSE

This file was deleted.

88 changes: 0 additions & 88 deletions README.md

This file was deleted.

Loading

0 comments on commit ecda3c8

Please sign in to comment.