mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2026-03-06 09:01:29 +00:00
CI: Test type definitions
Also, fix a typo in the typings.
This commit is contained in:
21
.github/workflows/test-type-definitions.yml
vendored
Normal file
21
.github/workflows/test-type-definitions.yml
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
name: Types
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
pull_request:
|
||||
branches: [master]
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
name: Test type definitions
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: '15'
|
||||
- run: npm ci
|
||||
- run: npm run test-type-definitions
|
||||
Reference in New Issue
Block a user