mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 16:31:52 +01:00
config redirect
This commit is contained in:
17
node_modules/@braintree/sanitize-url/.github/workflows/ci.yml
generated
vendored
Normal file
17
node_modules/@braintree/sanitize-url/.github/workflows/ci.yml
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
name: "Unit Tests"
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: "Unit Tests on Ubuntu"
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Use Node.js
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: "14.x"
|
||||
- run: npm install
|
||||
- run: npm test
|
||||
Reference in New Issue
Block a user