Skip to content

Bump browserify-sign from 4.0.4 to 4.2.2 in /frontend #89

Bump browserify-sign from 4.0.4 to 4.2.2 in /frontend

Bump browserify-sign from 4.0.4 to 4.2.2 in /frontend #89

Workflow file for this run

name: Markdown Presubmit
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install npm packages
run: npm install
- name: Lint
# Run Markdownlint on diffed MD files. Do not run if there are no diffs.
run: git diff --diff-filter=ACM --name-only origin/master HEAD -- . ':!node_modules' | grep -E "(.*)\.(md)$" | xargs --no-run-if-empty npx markdownlint