Skip to content

Commit

Permalink
chore: add funders
Browse files Browse the repository at this point in the history
  • Loading branch information
aldy505 committed Feb 11, 2024
1 parent 3c26aec commit 4b4430e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
github: aldy505
ko_fi: aldy505
liberapay: aldy505
6 changes: 3 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021-present Reinaldy Rafli and Bob collaborators
Copyright (c) 2021-present Reinaldy Rafli <aldy505@proton.me>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit 4b4430e

Please sign in to comment.