Skip to content

Commit

Permalink
Rejig a few workflow things
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanwins committed Apr 14, 2023
1 parent 36fcf24 commit adb1511
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/node.yml → .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Node
name: Tests
on: [push, pull_request]
jobs:
test:
Expand All @@ -15,8 +15,5 @@ jobs:
- name: Install dependencies
run: npm install

- name: Build the bundle
run: npm run build

- name: Run tests
run: npm test
run: npm run test
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ A library for converting an [arcgis-pbf](https://github.com/Esri/arcgis-pbf) int

By itself it doesn't do much but you can find a more complex example of it's usage is in my mapbox-gl-arcgis-featureserver library.

[![Build Status](https://github.com/rowanwins/arcgis-pbf-parser/workflows/Node/badge.svg?branch=master)](https://github.com/rowanwins/arcgis-pbf-parser/actions)
[![Test Status](https://github.com/rowanwins/arcgis-pbf-parser/workflows/Tests/badge.svg?branch=master)](https://github.com/rowanwins/arcgis-pbf-parser/actions)
[![minzipped size](https://badgen.net/bundlephobia/minzip/arcgis-pbf-parser)](https://esm.run/arcgis-pbf-parser)

## Basic Usage
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
"homepage": "https://github.com/rowanwins/arcgis-pbf-parser",
"author": "Rowan Winsemius",
"license": "Apache-2.0",
"eslintConfig": {
"extends": "mourner"
},
"dependencies": {
"pbf": "^3.2.1"
},
Expand Down

0 comments on commit adb1511

Please sign in to comment.