Skip to content

MERL-1004: fixed missing edit button in the Faust toolbar when previewing a post #2136

MERL-1004: fixed missing edit button in the Faust toolbar when previewing a post

MERL-1004: fixed missing edit button in the Faust toolbar when previewing a post #2136

Workflow file for this run

name: Lint Packages
on:
pull_request:
paths-ignore:
- '**/*.md'
jobs:
lint_packages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
- run: npm ci
- run: npm run build
- run: npm run lint
continue-on-error: FALSE