Skip to content

Create python-publish.yml #89

Create python-publish.yml

Create python-publish.yml #89

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '12.0'
- run: npm ci
- run: npm run build --if-present
- run: npm test