feat: improve github action

This commit is contained in:
thomas
2024-05-07 11:07:40 +02:00
parent 85742dd633
commit 63528e4c89
5 changed files with 59 additions and 34 deletions

View File

@@ -8,9 +8,11 @@ const contributors = [
'wandri',
'webbomj',
'kabrunko-dev',
'Sanjar1304'
'Sanjar1304',
];
const sponsors = ['ddotx', 'LMFinney'];
module.exports = {
contributors
contributors,
};