Skip to content

Prevent attaching new line to item #105

Prevent attaching new line to item

Prevent attaching new line to item #105

Workflow file for this run

name: lint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [15.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Check code formatting & generated files
run: yarn lint