diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index ad5cc5d..7421753 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -1,11 +1,11 @@ name: Check - on: pull_request: - +concurrency: + group: ${{ github.ref }}-${{ github.workflow }} + cancel-in-progress: true env: CARGO_TERM_COLOR: always - jobs: format: runs-on: ubuntu-latest diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 03da250..d4f510f 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -6,6 +6,11 @@ on: tags: - "*" pull_request: +concurrency: + group: ${{ github.ref }}-${{ github.workflow }} + cancel-in-progress: true +env: + CARGO_TERM_COLOR: always jobs: pre-commit: runs-on: ubuntu-latest diff --git a/.github/workflows/safety.yml b/.github/workflows/safety.yml index c3db7f9..c0dbfd8 100644 --- a/.github/workflows/safety.yml +++ b/.github/workflows/safety.yml @@ -5,8 +5,10 @@ on: branches: [main] pull_request: concurrency: - group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} + group: ${{ github.ref }}-${{ github.workflow }} cancel-in-progress: true +env: + CARGO_TERM_COLOR: always name: safety jobs: miri: diff --git a/README.md b/README.md index 21d7f4d..6de94bc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ # Infinity Engine Mod Installer +[![](./docs/rust.svg)](https://www.rust-lang.org/tools/install) +[![](https://img.shields.io/badge/Linux-FCC624?style=for-the-badge&logo=linux&logoColor=black)](https://github.com/dark0dave/mod_installer/releases/latest) +[![](https://img.shields.io/badge/Windows-0078D6?style=for-the-badge&logo=windows&logoColor=white)](https://github.com/dark0dave/mod_installer/releases/latest) +[![](https://img.shields.io/badge/mac%20os-000000?style=for-the-badge&logo=apple&logoColor=white)](https://github.com/dark0dave/mod_installer/releases/latest) + /\/\ ___ __| | (_)_ __ ___| |_ __ _| | | ___ _ __ / \ / _ \ / _` | | | '_ \/ __| __/ _` | | |/ _ \ '__| / /\/\ \ (_) | (_| | | | | | \__ \ || (_| | | | __/ | diff --git a/docs/rust.svg b/docs/rust.svg new file mode 100644 index 0000000..ca096ae --- /dev/null +++ b/docs/rust.svg @@ -0,0 +1 @@ +MADE WITH: RUSTMADE WITHRUST \ No newline at end of file