From e9b18c6bb8e71025fbe3300a3bc0eba149cf0927 Mon Sep 17 00:00:00 2001 From: Zeeshan Ali Khan Date: Fri, 23 Feb 2024 13:00:06 +0100 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=94=A5=20CI:=20Remove=20redundant=20q?= =?UTF-8?q?uotes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b53d64a..bad49be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-latest, "windows-latest"] + os: [ubuntu-latest, macos-latest, windows-latest] steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@master @@ -33,7 +33,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-latest, "windows-latest"] + os: [ubuntu-latest, macos-latest, windows-latest] steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@master From 5014556f8004a7218eba0366922e0ae9c331951f Mon Sep 17 00:00:00 2001 From: Zeeshan Ali Khan Date: Fri, 23 Feb 2024 14:21:13 +0100 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=92=B8=20Add=20funding=20info?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/FUNDING.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..389fea8 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +github: zeenix \ No newline at end of file