Skip to content

Bump prettier from 2.8.8 to 3.0.0 #395

Bump prettier from 2.8.8 to 3.0.0

Bump prettier from 2.8.8 to 3.0.0 #395

Workflow file for this run

name: Linting
on:
push:
branches: [ develop, master ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ develop, master ]
jobs:
steps:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: "16.x"
- name: Install Node.js dependencies
run: npm ci --ignore-scripts
- name: Lint
shell: bash
run: |
npx eslint . --ext .ts