diff --git a/.github/workflows/release-tests.yml b/.github/workflows/ci-binary.yml similarity index 94% rename from .github/workflows/release-tests.yml rename to .github/workflows/ci-binary.yml index cec684f7da..3ad7d8cf33 100644 --- a/.github/workflows/release-tests.yml +++ b/.github/workflows/ci-binary.yml @@ -1,9 +1,12 @@ -name: Leo Release Tests +name: Leo Binary Tests on: pull_request: push: branches: - master + paths-ignore: + - 'docs/**' + - 'documentation/**' env: RUST_BACKTRACE: 1 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 94a17e9cac..622ee22ed8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,9 @@ on: push: branches: - master + paths-ignore: + - 'docs/**' + - 'documentation/**' env: RUST_BACKTRACE: 1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3fb500b6da..22bbaea1a8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -108,6 +108,12 @@ jobs: override: true components: rustfmt + - name: Install LLVM and Clang + uses: KyleMayes/install-llvm-action@v1 + with: + version: "10.0" + directory: ~ / .clang + - name: Build Leo run: | cargo build --all --release diff --git a/.resources/leo.png b/.resources/leo.png new file mode 100644 index 0000000000..e1f5b724e6 Binary files /dev/null and b/.resources/leo.png differ diff --git a/README.md b/README.md index 1150569cb2..b69190546a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +

+ +

+

The Leo Programming Language