Skip to content

Bump matrix-js-sdk from 34.2.0 to 34.3.1 #906

Bump matrix-js-sdk from 34.2.0 to 34.3.1

Bump matrix-js-sdk from 34.2.0 to 34.3.1 #906

Workflow file for this run

name: Linter
on: [push, pull_request]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2-beta
with:
node-version: '12'
- run: npm ci
- run: ./node_modules/.bin/eslint -c ./.eslintrc.json -f compact *.js