Skip to content

enhance(publish-release): inline workflow action + allow manual execution #433

enhance(publish-release): inline workflow action + allow manual execution

enhance(publish-release): inline workflow action + allow manual execution #433

Workflow file for this run

name: lint
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/setup-node@v2.4.0
with:
node-version: '12.x'
- run: npm ci
- run: npm test