From 4b4430e303d6bfc50fe922cdb466f0f028e0ab23 Mon Sep 17 00:00:00 2001 From: Reinaldy Rafli Date: Sun, 11 Feb 2024 19:54:09 +0700 Subject: [PATCH] chore: add funders --- .github/FUNDING.yml | 3 +++ .github/workflows/coverage.yml | 6 +++--- LICENSE | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..80b4d50 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,3 @@ +github: aldy505 +ko_fi: aldy505 +liberapay: aldy505 \ No newline at end of file diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 3ed1a63..5ba3d5e 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -8,10 +8,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Install Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v4 with: go-version: 1.17.x @@ -22,4 +22,4 @@ jobs: run: go test -v -race -coverprofile=coverage.out -covermode=atomic -failfast - name: Upload coverage to Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v4 diff --git a/LICENSE b/LICENSE index 8589e74..29374e4 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021-present Reinaldy Rafli and Bob collaborators +Copyright (c) 2021-present Reinaldy Rafli Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal