-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
27 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,6 @@ on: | |
jobs: | ||
build-and-test: | ||
name: 🔧 Build & 🔍 Test [${{ matrix.os }}, Node ${{ matrix.node }}] | ||
needs: [release] # TODO: REMOVE THIS | ||
runs-on: ${{ matrix.os }} | ||
strategy: | ||
matrix: | ||
|
@@ -28,6 +27,19 @@ jobs: | |
uses: actions/setup-node@v3 | ||
with: | ||
node-version: ${{ matrix.node }} | ||
- id: 'auth' | ||
name: Authenticate to Google Cloud | ||
# https://github.com/google-github-actions/auth | ||
uses: google-github-actions/[email protected] | ||
with: | ||
credentials_json: ${{ secrets.SA_ARTIFACT_REGISTRY_WRITER }} | ||
- name: Set up gcloud | ||
# https://github.com/marketplace/actions/set-up-gcloud-cloud-sdk-environment | ||
uses: google-github-actions/[email protected] | ||
# - run: gcloud info | ||
# - run: gcloud --version | ||
- name: ⚙️ Refresh access token for Artifact Registry | ||
run: npx google-artifactregistry-auth --repo-config .npmrc --verbose | ||
- name: ⚙️ Install root package dependencies | ||
run: npm ci | ||
# BUILD ################################################################## | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"description": "Utility functions to work with Cloud Sheduler", | ||
"author": "Giacomo Debidda <[email protected]> (https://giacomodebidda.com/)", | ||
"license": "MIT", | ||
"private": true, | ||
"private": false, | ||
"keywords": [ | ||
"cloud-scheduler", | ||
"utils" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"description": "Unofficial API client for FattureInCloud", | ||
"author": "Giacomo Debidda <[email protected]> (https://giacomodebidda.com/)", | ||
"license": "MIT", | ||
"private": true, | ||
"private": false, | ||
"keywords": [ | ||
"fattureincloud", | ||
"invoicing" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"description": "Utility functions to work with Firestore", | ||
"author": "Giacomo Debidda <[email protected]> (https://giacomodebidda.com/)", | ||
"license": "MIT", | ||
"private": true, | ||
"private": false, | ||
"keywords": [ | ||
"database", | ||
"gcp", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"description": "Hapi plugin for a healthcheck", | ||
"author": "Giacomo Debidda <[email protected]> (https://giacomodebidda.com/)", | ||
"license": "MIT", | ||
"private": true, | ||
"private": false, | ||
"keywords": [ | ||
"hapi", | ||
"plugin" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"description": "Hapi plugin to allow an IP whitelist", | ||
"author": "Giacomo Debidda <[email protected]> (https://giacomodebidda.com/)", | ||
"license": "MIT", | ||
"private": true, | ||
"private": false, | ||
"keywords": [ | ||
"hapi", | ||
"plugin" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"description": "Unofficial API client for Keap (aka Infusionsoft)", | ||
"author": "Giacomo Debidda <[email protected]> (https://giacomodebidda.com/)", | ||
"license": "MIT", | ||
"private": true, | ||
"private": false, | ||
"keywords": [ | ||
"crm", | ||
"infusionsoft", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"description": "Functions used to send notifications to various channels (Telegram, email, etc)", | ||
"author": "Giacomo Debidda <[email protected]> (https://giacomodebidda.com/)", | ||
"license": "MIT", | ||
"private": true, | ||
"private": false, | ||
"keywords": [ | ||
"email", | ||
"instant-messaging", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"description": "JSON schemas with Ajv (JSON schema validator)", | ||
"author": "Giacomo Debidda <[email protected]> (https://giacomodebidda.com/)", | ||
"license": "MIT", | ||
"private": true, | ||
"private": false, | ||
"keywords": [ | ||
"schema" | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"description": "Development scripts", | ||
"author": "Giacomo Debidda <[email protected]> (https://giacomodebidda.com/)", | ||
"license": "MIT", | ||
"private": true, | ||
"private": false, | ||
"keywords": [ | ||
"gcp", | ||
"scripts" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"description": "Utilities for Secret Manager", | ||
"author": "Giacomo Debidda <[email protected]> (https://giacomodebidda.com/)", | ||
"license": "MIT", | ||
"private": true, | ||
"private": false, | ||
"keywords": [ | ||
"secret-manager", | ||
"secrets", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"description": "serverless function to send a message to a Telegram chat", | ||
"author": "Giacomo Debidda <[email protected]>", | ||
"license": "MIT", | ||
"private": true, | ||
"private": false, | ||
"keywords": [ | ||
"function", | ||
"telegram" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"description": "Utility functions to work with SQLite", | ||
"author": "Giacomo Debidda <[email protected]> (https://giacomodebidda.com/)", | ||
"license": "MIT", | ||
"private": true, | ||
"private": false, | ||
"keywords": [ | ||
"sqlite", | ||
"utils" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"description": "Utility functions to work with Stripe", | ||
"author": "Giacomo Debidda <[email protected]> (https://giacomodebidda.com/)", | ||
"license": "MIT", | ||
"private": true, | ||
"private": false, | ||
"keywords": [ | ||
"stripe", | ||
"utils" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"description": "Factory functions that return HTML-formatted strings to use in Telegram messages", | ||
"author": "Giacomo Debidda <[email protected]> (https://giacomodebidda.com/)", | ||
"license": "MIT", | ||
"private": true, | ||
"private": false, | ||
"keywords": [ | ||
"predicate" | ||
], | ||
|