Skip to content

User correct Matrix accounts when redacting events #174

User correct Matrix accounts when redacting events

User correct Matrix accounts when redacting events #174

Workflow file for this run

name: Lint
on:
push:
branches: [ develop ]
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 16
- run: yarn --ignore-scripts --pure-lockfile --strict-semver
- run: yarn lint