ChuckJonas / ts-force

A Salesforce REST Client written in Typescript for Typescript
87 stars 21 forks source link

Swap Travis for Github Action #140

Closed jall closed 1 year ago

jall commented 1 year ago

Fixes #100

I swapped npm install for npm ci to prevent package-lock.json changes, but otherwise this should be 1:1

I can't see the old Travis runs though, so unsure if there are e.g. secrets that need adding to this repo to keep tests passing