Skip to content

build(deps-dev): bump sinon from 17.0.1 to 18.0.0 (#2174) #2335

build(deps-dev): bump sinon from 17.0.1 to 18.0.0 (#2174)

build(deps-dev): bump sinon from 17.0.1 to 18.0.0 (#2174) #2335

Workflow file for this run

on:
push:
branches:
- master
pull_request:
name: Lint
jobs:
chore:
name: Lint and check format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Print environment
run: |
node --version
npm --version
python --version
pip --version
- name: Install Node dependencies
run: npm ci
- name: ESLint
run: npm run lint
- name: Prettier
run: npm run cs-check