Skip to content

chore: update matrix-rust-sdk to 0.9.0 (#18) #41

chore: update matrix-rust-sdk to 0.9.0 (#18)

chore: update matrix-rust-sdk to 0.9.0 (#18) #41

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup
uses: ./.github/actions/setup
- name: Lint files
run: yarn lint
- name: Typecheck files
run: yarn typecheck