Files
math/.github/workflows/typos.yml
arnaucube dfd49d1571 port notes on A-algebras & Noether normalization & integral closures (#3)
* port notes on A-algebras & integral elems

* add R.4.3's proof & 4.4

* add Noether normalization proof
2026-01-02 19:33:26 +01:00

22 lines
453 B
YAML

name: typos
on:
pull_request:
branches: [ master ]
types: [ready_for_review, opened, synchronize, reopened]
push:
branches:
- main
jobs:
typos:
if: github.event.pull_request.draft == false
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use typos with config file
uses: crate-ci/typos@master
with:
config: .github/workflows/typos.toml