Files
Eejit b6ec1d4a87 Rework docs (#209)
* reworked docs

* Update md-release.yml

* update history

* Update minecraft-data

* revert folder name change

* re-add `history.md` header

* correct `md-release` pr message, version message addition

* removed extra newlines

* updates as #207 was closed

* switch back to asterisks as bullet points

* revert naming changes and remove code formatting from headers

* update to #224

* fixes with variable name changes
2022-07-23 22:32:19 +02:00

28 lines
584 B
YAML

name: ci
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test
- name: Upload index.d.ts
if: always()
uses: actions/upload-artifact@v3.0.0
with:
path: index.d.ts