Skip to content

Use a script to prepare the patch release #205

Use a script to prepare the patch release

Use a script to prepare the patch release #205

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Node.js
uses: actions/[email protected]
- name: Clean NPM install
run: npm clean-install
- name: Check with prettier
run: npm run check-prettier