Skip to content

feat: basic project structure and tooling #2

feat: basic project structure and tooling

feat: basic project structure and tooling #2

Workflow file for this run

name: Conventional Commits
on: [pull_request]
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs:
committed:
name: Lint Commits
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Lint Commits
uses: crate-ci/committed@master
spellcheck:
name: Check spelling
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: crate-ci/typos@master
with:
config: .typos.toml