mirror of https://github.com/aldy505/Nanoid.jl.git
chore: add funding
This commit is contained in:
parent
1d3a820055
commit
1721e1767a
|
@ -0,0 +1,3 @@
|
|||
github: aldy505
|
||||
ko_fi: aldy505
|
||||
liberapay: aldy505
|
|
@ -18,15 +18,15 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
version:
|
||||
- '1.5'
|
||||
- '1.7'
|
||||
- '1.6'
|
||||
- '1.10'
|
||||
- 'nightly'
|
||||
os:
|
||||
- ubuntu-latest
|
||||
arch:
|
||||
- x64
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
- uses: julia-actions/setup-julia@v1
|
||||
with:
|
||||
version: ${{ matrix.version }}
|
||||
|
@ -35,6 +35,6 @@ jobs:
|
|||
- uses: julia-actions/julia-buildpkg@v1
|
||||
- uses: julia-actions/julia-runtest@v1
|
||||
- uses: julia-actions/julia-processcoverage@v1
|
||||
- uses: codecov/codecov-action@v2
|
||||
- uses: codecov/codecov-action@v4
|
||||
with:
|
||||
files: lcov.info
|
||||
|
|
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2022 Reinaldy Rafli <aldy505@tutanota.com> and contributors
|
||||
Copyright (c) 2022 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