Skip to content

[_]: feat/updating the name of the params and functions of payments #665

[_]: feat/updating the name of the params and functions of payments

[_]: feat/updating the name of the params and functions of payments #665

Workflow file for this run

name: internxt/sdk CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
registry-url: 'https://npm.pkg.github.com'
- run: yarn
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: yarn run lint && yarn run format && yarn run test
env:
CI: true