mirror of
https://github.com/cheminfo/netcdfjs.git
synced 2026-01-18 15:56:16 +00:00
15 lines
266 B
YAML
15 lines
266 B
YAML
name: Node.js CI
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
pull_request:
|
|
|
|
jobs:
|
|
nodejs:
|
|
# Documentation: https://github.com/zakodium/workflows#nodejs-ci
|
|
uses: zakodium/workflows/.github/workflows/nodejs.yml@nodejs-v1
|
|
with:
|
|
lint-check-types: true
|