From e5ebc48d2e99377379035c84af980803cbe0310e Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Thu, 22 Feb 2024 09:51:35 -0600 Subject: [PATCH] m --- .github/workflows/ci.yml | 5 +++++ README.md | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 README.md diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d1107def..441f5519d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,11 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 + - name: rust version + run: | + rustc --version + cargo --version + - name: Lint run: | cargo fmt -- --check diff --git a/README.md b/README.md new file mode 100644 index 000000000..7bddfbd2c --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Sui Sdk + +[![Documentation (master)](https://img.shields.io/badge/docs-master-59f)](https://bmwill.github.io/diffy/diffy/) + +A WIP from-scratch rust sdk for the sui blockchain