Skip to content

Add lint CI

Add lint CI #15

Workflow file for this run

name: CI
on:
pull_request:
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Awesome Linter
run: npx awesome-lint
- name: Typo Check
uses: crate-ci/typos@master