From a36665a987ce33995ba77520392568e8649f6bc5 Mon Sep 17 00:00:00 2001 From: Miguel Colmenares Date: Sat, 8 Jun 2024 13:03:10 -0500 Subject: [PATCH] chore: add sponsor URL --- .github/workflows/master.yml | 20 ++++++++++++++++++++ package.json | 3 +++ 2 files changed, 23 insertions(+) create mode 100644 .github/workflows/master.yml diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml new file mode 100644 index 0000000..23b3d06 --- /dev/null +++ b/.github/workflows/master.yml @@ -0,0 +1,20 @@ +name: Build - Master + +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] + +jobs: + test: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v4 + + - name: Install dependencies + run: npm install + + - name: Run tests + run: npm test \ No newline at end of file diff --git a/package.json b/package.json index f1d2da5..628ac45 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,9 @@ "description": "Minify CSS and JS files using an toptal API", "version": "0.0.1", "publisher": "miguel-colmenares", + "sponsor": { + "url": "https://github.com/sponsors/miguelcolmenares" + }, "icon": "images/icon.png", "engines": { "vscode": "^1.90.0"