meta icon indicating copy to clipboard operation
meta copied to clipboard

Roll out pre-commit GH action to repos

Open chrisjsewell opened this issue 5 years ago • 1 comments

As implemented in https://github.com/executablebooks/sphinx-book-theme/pull/172, there is actually now https://github.com/pre-commit/action instead of the direct implementation I've used in most other repos

  • [x] jupyter-book (https://github.com/executablebooks/jupyter-book/issues/825)
  • [x] myst-nb
  • [x] myst-parser
  • [x] markdown-it-py
  • [ ] markdown-it-myst
  • [x] sphinx-book-theme
  • [ ] sphinx-copybutton
  • [ ] sphinx-togglebutton
  • [ ] sphinx-panels
  • [ ] sphinx-thebe
  • [ ] thebelab
  • [ ] jupyter-cache
  • [ ] myst-language-support

chrisjsewell avatar Aug 10 '20 15:08 chrisjsewell

Just a note here that this action is now deprecated, and instead they recommend using pre-commit.ci. We've switched this over on the sphinx-book-theme and it's as simple as just "authorizing" the repository on pre-commit.ci for the repository you want it to run on. @chrisjsewell any reason not to just authorize it for each repo listed here?

choldgraf avatar Jul 27 '21 12:07 choldgraf