Skip to content

Update MO2 tools category #326

Update MO2 tools category

Update MO2 tools category #326

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
- master
jobs:
awesome-lint:
name: Awesome Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: npx awesome-lint
typos:
name: Typos checker
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: crate-ci/typos@master
with:
files: ./README.md