Skip to content

Fixed linting https://github.com/caprover/caprover-cli/pull/150 #78

Fixed linting https://github.com/caprover/caprover-cli/pull/150

Fixed linting https://github.com/caprover/caprover-cli/pull/150 #78

Workflow file for this run

name: Run build
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 20
- run: npm ci && npm run build