You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

15 lines
319 B

  1. github:
  2. prebuilds:
  3. pullRequestsFromForks: true
  4. vscode:
  5. extensions:
  6. - ms-vscode.makefile-tools
  7. - james-yu.latex-workshop
  8. - editorconfig.editorconfig
  9. tasks:
  10. - before: sudo apt update && sudo apt install -y texlive texlive-latex-extra
  11. - before: pip install -U pip poetry
  12. init: poetry install