From da1f4fac7ecd0fdd5044c15855b05acc162148d3 Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Tue, 15 Oct 2024 21:18:59 +0200 Subject: [PATCH] Fancy up job names and add status badge --- .github/workflows/ci.yml | 10 +++++----- README.md | 2 ++ 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 368d8095..d546f237 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ env: jobs: lint: - name: Lint + name: ๐Ÿ” Lint runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -29,7 +29,7 @@ jobs: run: cargo xtask fmt --check rust build: - name: Build + name: ๐Ÿ—๏ธ Build runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -38,7 +38,7 @@ jobs: run: cargo build --verbose unit-tests: - name: Unit tests + name: ๐Ÿงช Unit tests runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -47,7 +47,7 @@ jobs: run: cargo test --verbose integration-tests-generation: - name: Integration tests (generation) + name: ๐Ÿงฉ Integration tests (generation) runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -62,7 +62,7 @@ jobs: run: ./scripts/run-tests.sh integration-tests-checkout: - name: Integration tests (checkout) + name: ๐Ÿงฉ Integration tests (checkout) runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 diff --git a/README.md b/README.md index 2e78a8ea..a54c9a0b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![CI](https://github.com/jhugman/uniffi-bindgen-react-native/actions/workflows/ci.yml/badge.svg)](https://github.com/jhugman/uniffi-bindgen-react-native/actions/workflows/ci.yml) + # uniffi-bindgen-react-native [UniFFI](https://mozilla.github.io/uniffi-rs/latest/) is a multi-language bindings generator for Rust.