Skip to content

Add BodySlide and Outfit Studio #141

Add BodySlide and Outfit Studio

Add BodySlide and Outfit Studio #141

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@v3
with:
fetch-depth: 0
- run: npx awesome-lint
typos:
name: Typos checker
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: crate-ci/typos@master
with:
files: ./README.md