mirror of
https://github.com/arnaucube/math.git
synced 2026-01-11 16:31:32 +01:00
port initial notes on commutative algebra (ideals, modules, Noetherian rings) (#1)
* port initial notes on commutative algebra: ideals & modules, Nakayama's lemma, etc * port notes on Noetherian rings&modules * add ideals related definitions * improve Cayley-Hamilton proof (specially determinant trick explanation) * polishing * add typos detection * add some exercises, and proof of Z and K[X} being PID
This commit is contained in:
21
.github/workflows/typos.yml
vendored
Normal file
21
.github/workflows/typos.yml
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
name: typos
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user