Skip to content

Commit

Permalink
chore: add sponsor URL
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelcolmenares committed Jun 8, 2024
1 parent 251abd8 commit a36665a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
@@ -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
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a36665a

Please sign in to comment.