Skip to content

Chore: update default xcm weight (#1946) #939

Chore: update default xcm weight (#1946)

Chore: update default xcm weight (#1946) #939

Workflow file for this run

name: Check typos
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [master]
pull_request:
branches: [master]
jobs:
run:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v3
- name: Check spelling of file.txt
uses: crate-ci/typos@master