mirror of https://github.com/aldy505/bob.git
chore: add funders
This commit is contained in:
parent
3c26aece24
commit
4b4430e303
|
@ -0,0 +1,3 @@
|
|||
github: aldy505
|
||||
ko_fi: aldy505
|
||||
liberapay: aldy505
|
|
@ -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
|
||||
|
|
2
LICENSE
2
LICENSE
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue