Skip to content

Commit

Permalink
docs(ootk-sgp4): updated documentation to split description from file
Browse files Browse the repository at this point in the history
  • Loading branch information
thkruz committed Jan 13, 2021
1 parent 43293b7 commit c91cde4
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 3,354 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Get cached modules
- name: Load cached modules
uses: actions/cache@v2
with:
path: '**/node_modules'
key: ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}

- name: Use Node.js latest
- name: Load Node.js latest
uses: actions/setup-node@v2-beta
with:
node-version: "*"

- name: Install all dependencies
run: npm install

- name: Compile TypeScript and build umd files
- name: Compile TypeScript and build UMD files
run: npm run build:umd

lint:
Expand All @@ -49,7 +49,7 @@ jobs:
run: npm run lint

test-coverage:
name: Test on Node.js Latest
name: test-coverage
needs: build
runs-on: ubuntu-latest
steps:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
.vscode
coverage
dist
lib
node_modules
*.log

Expand Down
221 changes: 0 additions & 221 deletions lib/ootk-sgp4.es.d.ts

This file was deleted.

Loading

0 comments on commit c91cde4

Please sign in to comment.