Skip to content

docs(developing): update the commands to resolve permission issues (#… #5934

docs(developing): update the commands to resolve permission issues (#…

docs(developing): update the commands to resolve permission issues (#… #5934

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v1
with:
node-version: 12.x
- uses: actions/checkout@v1
- name: npm install, build, and test
env:
CI: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
npm install
npm run lint
npm run build.ci