Skip to content

Add link to download crash report #125

Add link to download crash report

Add link to download crash report #125

Workflow file for this run

on:
pull_request:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js version specified in .nvmrc
uses: actions/setup-node@v2
with:
node-version-file: '.nvmrc'
cache: 'npm'
- run: npm ci
- run: npm run lint:check
- run: npm run format:check
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js version specified in .nvmrc
uses: actions/setup-node@v2
with:
node-version-file: '.nvmrc'
cache: 'npm'
working-directory: action
- run: npm ci
- run: npm run-script build