File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed
Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Check
2+ on :
3+ pull_request :
4+ branches :
5+ - master
6+ jobs :
7+ check :
8+ runs-on : ubuntu-latest
9+ steps :
10+ - uses : actions/checkout@v4
11+ - name : Use Node.js
12+ uses : actions/setup-node@v1
13+ with :
14+ node-version : 18
15+ - name : Install modules
16+ run : npm install --ignore-scripts
17+ - name : Run Check
18+ run : npm run check
Original file line number Diff line number Diff line change 11# Welcome to Backendless!
22
3+ [ ![ Check] ( https://github.com/Backendless/JS-SDK/actions/workflows/main.yml/badge.svg )] ( https://github.com/Backendless/JS-SDK/actions/workflows/main.yml )
34[ ![ Build Status] ( https://travis-ci.com/Backendless/JS-SDK.svg?branch=master )] ( https://travis-ci.com/Backendless/JS-SDK )
45[ ![ npm version] ( https://img.shields.io/npm/v/backendless.svg?style=flat )] ( https://www.npmjs.com/package/backendless )
56[ ![ dependencies Status] ( https://david-dm.org/backendless/JS-SDK/status.svg )] ( https://david-dm.org/backendless/JS-SDK )
You can’t perform that action at this time.
0 commit comments