diff --git a/.codespellrc b/.codespellrc new file mode 100644 index 0000000..e5da532 --- /dev/null +++ b/.codespellrc @@ -0,0 +1,4 @@ +[codespell] +skip = references.bib +count = +quiet-level = 3 \ No newline at end of file diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1c2b474..1e58f3e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,6 +2,9 @@ on: push: branches: - main + pull_request: + branches: + - main name: Render and Publish